dect
/
linux-2.6
Archived
13
0
Fork 0

[media] ngene: Fix copy-paste error

Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Oliver Endriss 2011-01-10 06:36:20 -03:00 committed by Mauro Carvalho Chehab
parent f33de4aa24
commit e549bedf8f
1 changed files with 1 additions and 1 deletions

View File

@ -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);