Browse Source

[PATCH] disable DEBUG in ibmveth

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>
Anton Blanchard 19 years ago
parent
commit
6af37fa992
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/ibmveth.c

+ 1 - 1
drivers/net/ibmveth.c

@@ -58,7 +58,7 @@
 
 
 #include "ibmveth.h"
 #include "ibmveth.h"
 
 
-#define DEBUG 1
+#undef DEBUG
 
 
 #define ibmveth_printk(fmt, args...) \
 #define ibmveth_printk(fmt, args...) \
   printk(KERN_INFO "%s: " fmt, __FILE__, ## args)
   printk(KERN_INFO "%s: " fmt, __FILE__, ## args)