From: Oliver Endriss Date: Mon, 10 Jan 2011 09:36:20 +0000 (-0300) Subject: [media] ngene: Fix copy-paste error X-Git-Tag: v2.6.39-rc2~24^2~384 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e549bedf8fd9887529adf1a511501d4c036a2cfe;p=platform%2Fkernel%2Flinux-stable.git [media] ngene: Fix copy-paste error Signed-off-by: Oliver Endriss Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/ngene/ngene-core.c b/drivers/media/dvb/ngene/ngene-core.c index 6a097e4..a14b69c 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);