浏览代码

[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 年之前
父节点
当前提交
6af37fa992
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/ibmveth.c

+ 1 - 1
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)