linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] gigaset: don't enable any debugging output by default
       [not found] <20091205175219.4298A400D9@xenon.ts.pxnet.com>
@ 2009-12-09  4:30 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-12-09  4:30 UTC (permalink / raw)
  To: tilman; +Cc: isdn, hjlipp, netdev, linux-kernel, isdn4linux, i4ldeveloper

From: Tilman Schmidt <tilman@imap.cc>
Date: Sat,  5 Dec 2009 18:52:19 +0100 (CET)

> 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>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] gigaset: don't enable any debugging output by default
@ 2009-12-05 18:04 Tilman Schmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Tilman Schmidt @ 2009-12-05 18:04 UTC (permalink / raw)
  To: David Miller, Karsten Keil
  Cc: Hansjoerg Lipp, netdev, linux-kernel, isdn4linux, i4ldeveloper

When built with debugging support, the Gigaset driver enabled some
debugging messages by default. Change the default to "all off".

Impact: cosmetic
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
---

Please merge for 2.6.33 so I can in good conscience encourage people to
build the driver with CONFIG_GIGASET_DEBUG=y. ;-)

Thanks, Tilman

 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 c438cfc..a0b85d1 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");
-- 
1.6.5.3.298.g39add


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-09  4:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20091205175219.4298A400D9@xenon.ts.pxnet.com>
2009-12-09  4:30 ` [PATCH] gigaset: don't enable any debugging output by default David Miller
2009-12-05 18:04 Tilman Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).