diff options
author | Tilman Schmidt <tilman@imap.cc> | 2009-12-05 03:04:16 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-12-08 23:30:41 -0500 |
commit | 073886ff23bfbe7b88c9133d7a556d6ec51f0b50 (patch) | |
tree | 4896b65920a27c7ae654fea3fdf6242772f78e05 /drivers/isdn | |
parent | 1e4e0767ecb1cf53a43343518c0e09ad7ee5e23a (diff) |
gigaset: don't enable any debugging output by default
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>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/gigaset/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/common.c b/drivers/isdn/gigaset/common.c index 82ed1cd14ff5..664b0c519c3e 100644 --- a/drivers/isdn/gigaset/common.c +++ b/drivers/isdn/gigaset/common.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | /* Module parameters */ | 31 | /* Module parameters */ |
32 | int gigaset_debuglevel = DEBUG_DEFAULT; | 32 | int gigaset_debuglevel; |
33 | EXPORT_SYMBOL_GPL(gigaset_debuglevel); | 33 | EXPORT_SYMBOL_GPL(gigaset_debuglevel); |
34 | module_param_named(debug, gigaset_debuglevel, int, S_IRUGO|S_IWUSR); | 34 | module_param_named(debug, gigaset_debuglevel, int, S_IRUGO|S_IWUSR); |
35 | MODULE_PARM_DESC(debug, "debug level"); | 35 | MODULE_PARM_DESC(debug, "debug level"); |