summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
diff options
context:
space:
mode:
authorTilman Schmidt2009-12-05 09:04:16 +0100
committerDavid S. Miller2009-12-09 05:30:41 +0100
commit073886ff23bfbe7b88c9133d7a556d6ec51f0b50 (patch)
tree4896b65920a27c7ae654fea3fdf6242772f78e05 /drivers/isdn
parentnet/mpc5200: Fix locking on fec_mpc52xx driver (diff)
downloadkernel-qcow2-linux-073886ff23bfbe7b88c9133d7a556d6ec51f0b50.tar.gz
kernel-qcow2-linux-073886ff23bfbe7b88c9133d7a556d6ec51f0b50.tar.xz
kernel-qcow2-linux-073886ff23bfbe7b88c9133d7a556d6ec51f0b50.zip
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.c2
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 @@
#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");