Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@

#include "ibmveth.h"

#define DEBUG 1
#undef DEBUG

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