Explorar o código

[media] ngene: Fix copy-paste error

Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Oliver Endriss %!s(int64=14) %!d(string=hai) anos
pai
achega
e549bedf8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/media/dvb/ngene/ngene-core.c

+ 1 - 1
drivers/media/dvb/ngene/ngene-core.c

@@ -47,7 +47,7 @@ MODULE_PARM_DESC(one_adapter, "Use only one adapter.");
 
 
 static int shutdown_workaround;
 static int shutdown_workaround;
 module_param(shutdown_workaround, int, 0644);
 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;
 static int debug;
 module_param(debug, int, 0444);
 module_param(debug, int, 0444);