diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/hid/hid-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 6827196be3fc..c527f5ec4cfc 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c | |||
| @@ -52,7 +52,7 @@ EXPORT_SYMBOL_GPL(hid_debug); | |||
| 52 | 52 | ||
| 53 | static int hid_ignore_special_drivers = 0; | 53 | static int hid_ignore_special_drivers = 0; |
| 54 | module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600); | 54 | module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600); |
| 55 | MODULE_PARM_DESC(debug, "Ignore any special drivers and handle all devices by generic driver"); | 55 | MODULE_PARM_DESC(ignore_special_drivers, "Ignore any special drivers and handle all devices by generic driver"); |
| 56 | 56 | ||
| 57 | /* | 57 | /* |
| 58 | * Register a new report for a device. | 58 | * Register a new report for a device. |
