projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f33de4a
)
[media] ngene: Fix copy-paste error
author
Oliver Endriss
<o.endriss@gmx.de>
Mon, 10 Jan 2011 09:36:20 +0000
(06:36 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 21 Mar 2011 23:31:45 +0000
(20:31 -0300)
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/ngene/ngene-core.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ngene/ngene-core.c
b/drivers/media/dvb/ngene/ngene-core.c
index 6a097e44a4a8bf272168b88eccc63322c8f5772b..a14b69c44cc1ed7352b8daa7dd582629742115d8 100644
(file)
--- 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);