Skip to content

Commit

Permalink
[PATCH] disable DEBUG in ibmveth
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anton Blanchard authored and Jeff Garzik committed Nov 11, 2005
1 parent 5e04e7f commit 6af37fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

#include "ibmveth.h"

#define DEBUG 1
#undef DEBUG

#define ibmveth_printk(fmt, args...) \
printk(KERN_INFO "%s: " fmt, __FILE__, ## args)
Expand Down

0 comments on commit 6af37fa

Please sign in to comment.