[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>
This commit is contained in:
Anton Blanchard 2005-11-11 14:02:04 +11:00 committed by Jeff Garzik
parent 5e04e7fe77
commit 6af37fa992
1 changed files with 1 additions and 1 deletions

View File

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