[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:
Родитель
5e04e7fe77
Коммит
6af37fa992
|
@ -58,7 +58,7 @@
|
|||
|
||||
#include "ibmveth.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#undef DEBUG
|
||||
|
||||
#define ibmveth_printk(fmt, args...) \
|
||||
printk(KERN_INFO "%s: " fmt, __FILE__, ## args)
|
||||
|
|
Загрузка…
Ссылка в новой задаче