projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e04e7f
)
[PATCH] disable DEBUG in ibmveth
author
Anton Blanchard
<anton@samba.org>
Fri, 11 Nov 2005 03:02:04 +0000
(14:02 +1100)
committer
Jeff Garzik
<jgarzik@pobox.com>
Fri, 11 Nov 2005 10:47:04 +0000
(
05:47
-0500)
At the moment ibmveth has DEBUG enabled which is rather verbose. Disable
it.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/ibmveth.c
patch
|
blob
|
history
diff --git
a/drivers/net/ibmveth.c
b/drivers/net/ibmveth.c
index be191d80ef9c3984e6ce0473762bbc7fc364e5b2..ceb98fd398afa35c4cd8a997325e197001a82b92 100644
(file)
--- a/
drivers/net/ibmveth.c
+++ b/
drivers/net/ibmveth.c
@@
-58,7
+58,7
@@
#include "ibmveth.h"
-#
define DEBUG 1
+#
undef DEBUG
#define ibmveth_printk(fmt, args...) \
printk(KERN_INFO "%s: " fmt, __FILE__, ## args)