diff mbox

[12/16] ngene: Fix copy-paste error

Message ID 1294652184-12843-13-git-send-email-o.endriss@gmx.de (mailing list archive)
State Accepted
Headers show

Commit Message

Oliver Endriss Jan. 10, 2011, 9:36 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/media/dvb/ngene/ngene-core.c b/drivers/media/dvb/ngene/ngene-core.c
index b370bd2..02118f2 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.");
 
 static int shutdown_workaround;
 module_param(shutdown_workaround, int, 0644);
-MODULE_PARM_DESC(one_adapter, "Activate workaround for shutdown problem with some chipsets.");
+MODULE_PARM_DESC(shutdown_workaround, "Activate workaround for shutdown problem with some chipsets.");
 
 static int debug;
 module_param(debug, int, 0444);