diff options
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/ngene/ngene-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ngene/ngene-core.c b/drivers/media/dvb/ngene/ngene-core.c index 6a097e44a4a8..a14b69c44cc1 100644 --- a/drivers/media/dvb/ngene/ngene-core.c +++ b/drivers/media/dvb/ngene/ngene-core.c | |||
@@ -47,7 +47,7 @@ MODULE_PARM_DESC(one_adapter, "Use only one adapter."); | |||
47 | 47 | ||
48 | static int shutdown_workaround; | 48 | static int shutdown_workaround; |
49 | module_param(shutdown_workaround, int, 0644); | 49 | module_param(shutdown_workaround, int, 0644); |
50 | MODULE_PARM_DESC(one_adapter, "Activate workaround for shutdown problem with some chipsets."); | 50 | MODULE_PARM_DESC(shutdown_workaround, "Activate workaround for shutdown problem with some chipsets."); |
51 | 51 | ||
52 | static int debug; | 52 | static int debug; |
53 | module_param(debug, int, 0444); | 53 | module_param(debug, int, 0444); |