projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2267c53
)
neighbor: remove definition of DEBUG
author
Tom Rix
<trix@redhat.com>
Thu, 14 Jan 2021 21:29:17 +0000
(13:29 -0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Sat, 16 Jan 2021 01:51:18 +0000
(17:51 -0800)
Defining DEBUG should only be done in development.
So remove DEBUG.
Signed-off-by: Tom Rix <trix@redhat.com>
Link:
https://lore.kernel.org/r/20210114212917.48174-1-trix@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/neighbour.c
patch
|
blob
|
history
diff --git
a/net/core/neighbour.c
b/net/core/neighbour.c
index 277ed854aef1c362df96bedfa19b07ef1b6d6b80..ff073581b5b17871555c39c227674ae8a88733ef 100644
(file)
--- a/
net/core/neighbour.c
+++ b/
net/core/neighbour.c
@@
-41,7
+41,6
@@
#include <trace/events/neigh.h>
-#define DEBUG
#define NEIGH_DEBUG 1
#define neigh_dbg(level, fmt, ...) \
do { \