On 01/23/2010 01:53 PM, Rakib Mullick wrote: > @@ -309,6 +313,8 @@ module_param_array(io, int, NULL, 0); > MODULE_PARM_DESC(io, "I/O ports for IntelliPort Cards"); > module_param(poll_only, bool, 0); > MODULE_PARM_DESC(poll_only, "Do not use card interrupts"); > +module_param_string(ip2, cmd, MAX_CMD_STR, 0); > +MODULE_PARM_DESC(ip2, "Contains module parameter passed with 'ip2='"); Why not just param_array(int) instead of whole parsing in ip2_setup? -- js -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html