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, ....);

-- 
balbi

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to