Commit 0fec6053 authored by Andrew Morton's avatar Andrew Morton Committed by Greg Kroah-Hartman

[PATCH] USB ati_remote.c: don't be a namespace hog

`debug', indeed.
parent 46d520a4
...@@ -103,7 +103,7 @@ unsigned long channel_mask = 0; ...@@ -103,7 +103,7 @@ unsigned long channel_mask = 0;
module_param(channel_mask, ulong, 444); module_param(channel_mask, ulong, 444);
MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore"); MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");
int debug = 0; static int debug = 0;
module_param(debug, int, 444); module_param(debug, int, 444);
MODULE_PARM_DESC(debug, "Enable extra debug messages and information"); MODULE_PARM_DESC(debug, "Enable extra debug messages and information");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment