diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2011-01-10 04:36:20 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:31:45 -0400 |
commit | e549bedf8fd9887529adf1a511501d4c036a2cfe (patch) | |
tree | daac7f7bf991bd78ae59ba4999a705e48dab9beb /drivers/media/dvb | |
parent | f33de4aa24646b445f4dd52ebd57e322730644b2 (diff) |
[media] ngene: Fix copy-paste error
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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); |