mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[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:
parent
5e04e7fe77
commit
6af37fa992
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
#include "ibmveth.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#undef DEBUG
|
||||
|
||||
#define ibmveth_printk(fmt, args...) \
|
||||
printk(KERN_INFO "%s: " fmt, __FILE__, ## args)
|
||||
|
|
Loading…
Reference in a new issue