projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e4e076
)
gigaset: don't enable any debugging output by default
author
Tilman Schmidt
<tilman@imap.cc>
Sat, 5 Dec 2009 08:04:16 +0000
(08:04 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Dec 2009 04:30:41 +0000
(20:30 -0800)
When built with debugging support, the Gigaset driver enabled some
debugging messages by default. Change the default to "all off".
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/gigaset/common.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/isdn/gigaset/common.c
b/drivers/isdn/gigaset/common.c
index 82ed1cd14ff50c7d8279e2cf4f7d62ca65a14a5e..664b0c519c3e63db2a096908ee0015cba0e14e27 100644
(file)
--- a/
drivers/isdn/gigaset/common.c
+++ b/
drivers/isdn/gigaset/common.c
@@
-29,7
+29,7
@@
#endif
/* Module parameters */
-int gigaset_debuglevel
= DEBUG_DEFAULT
;
+int gigaset_debuglevel;
EXPORT_SYMBOL_GPL(gigaset_debuglevel);
module_param_named(debug, gigaset_debuglevel, int, S_IRUGO|S_IWUSR);
MODULE_PARM_DESC(debug, "debug level");