Commit 6af37fa9 authored by Anton Blanchard's avatar Anton Blanchard Committed by Jeff Garzik

[PATCH] disable DEBUG in ibmveth

At the moment ibmveth has DEBUG enabled which is rather verbose. Disable
it.
Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 5e04e7fe
...@@ -58,7 +58,7 @@ ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment