Explorar o código

[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>
Thomas Graf %!s(int64=20) %!d(string=hai) anos
pai
achega
08e9cd1fc5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      net/sched/sch_dsmark.c

+ 1 - 1
net/sched/sch_dsmark.c

@@ -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...)