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:
df481ae
)
[PATCH] dvb: DST: fix a bug in the module parameter
author
Johannes Stezenbach
<js@linuxtv.org>
Tue, 17 May 2005 04:54:47 +0000
(21:54 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 17 May 2005 14:59:35 +0000
(07:59 -0700)
fix a bug in the module parameter (Dominique Dumont)
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/dvb/bt8xx/dst_ca.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/bt8xx/dst_ca.c
b/drivers/media/dvb/bt8xx/dst_ca.c
index 9160bdf479a274a8bef6abbb6166292c72a726d5..0945bb978712c180a83d8826665ccd4066ea825b 100644
(file)
--- a/
drivers/media/dvb/bt8xx/dst_ca.c
+++ b/
drivers/media/dvb/bt8xx/dst_ca.c
@@
-38,7
+38,7
@@
MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)");
static unsigned int debug = 1;
module_param(debug, int, 0644);
-MODULE_PARM_DESC(d
st_ca_debug, "debug messages, default is 0
(yes)");
+MODULE_PARM_DESC(d
ebug, "debug messages, default is 1
(yes)");
#define dprintk if (debug) printk