]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PKT_SCHED]: Disable dsmark debugging messages by default
authorThomas Graf <tgraf@suug.ch>
Tue, 31 May 2005 22:17:28 +0000 (15:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 May 2005 22:17:28 +0000 (15:17 -0700)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_dsmark.c

index a8c948f6297868326fdfad1fcea2c653ec15fc28..d8bd2a569c7ca6310f42af3c92510e75eca387cd 100644 (file)
@@ -18,7 +18,7 @@
 #include <asm/byteorder.h>
 
 
-#if 1 /* control */
+#if 0 /* control */
 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args)
 #else
 #define DPRINTK(format,args...)