projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1493d9
)
[PKT_SCHED]: Disable debug tracing logs by default in packet action API.
author
David S. Miller
<davem@davemloft.net>
Wed, 14 Dec 2005 06:59:50 +0000
(22:59 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 14 Dec 2005 06:59:50 +0000
(22:59 -0800)
Noticed by Andi Kleen.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_api.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sched/act_api.c
b/net/sched/act_api.c
index 8aebe8f6d271b3876e5e6730829c3b4bf1cc4c63..2ce1cb2aa2edbaef72c9a4dcab65c789dd211be8 100644
(file)
--- a/
net/sched/act_api.c
+++ b/
net/sched/act_api.c
@@
-34,7
+34,7
@@
#include <net/sch_generic.h>
#include <net/act_api.h>
-#if
1
/* control */
+#if
0
/* control */
#define DPRINTK(format, args...) printk(KERN_DEBUG format, ##args)
#else
#define DPRINTK(format, args...)