[PKT_SCHED]: Disable dsmark debugging messages by default

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Thomas Graf and committed by
David S. Miller
08e9cd1f 486b53e5

+1 -1
+1 -1
net/sched/sch_dsmark.c
··· 18 18 #include <asm/byteorder.h> 19 19 20 20 21 - #if 1 /* control */ 21 + #if 0 /* control */ 22 22 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) 23 23 #else 24 24 #define DPRINTK(format,args...)