aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/ngene/ngene-core.c2
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
48static int shutdown_workaround; 48static int shutdown_workaround;
49module_param(shutdown_workaround, int, 0644); 49module_param(shutdown_workaround, int, 0644);
50MODULE_PARM_DESC(one_adapter, "Activate workaround for shutdown problem with some chipsets."); 50MODULE_PARM_DESC(shutdown_workaround, "Activate workaround for shutdown problem with some chipsets.");
51 51
52static int debug; 52static int debug;
53module_param(debug, int, 0444); 53module_param(debug, int, 0444);