On Friday 20 February 2009, Felipe Balbi wrote: > On Fri, Feb 20, 2009 at 01:45:17PM -0800, David Brownell wrote: > > @@ -116,7 +116,7 @@ > > > > unsigned musb_debug; > > module_param(musb_debug, uint, S_IRUGO | S_IWUSR); > > -MODULE_PARM_DESC(debug, "Debug message level. Default = 0"); > > +MODULE_PARM_DESC(musb_debug, "Debug message level. Default = 0"); > > we could actually use module_param_named(debug, musb_debug, ....); I was just making the existing interface work right, not trying to change anything. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html