* [PATCH] trivial - QUICC UCC driver - remove buggy and unused vdbg macro
@ 2007-10-18 19:24 Joe Perches
0 siblings, 0 replies; only message in thread
From: Joe Perches @ 2007-10-18 19:24 UTC (permalink / raw)
To: Li Yang; +Cc: netdev, linuxppc-dev
remove buggy and unused vdbg macro
Signed-off-by: Joe Perches <joe@perches.com>
diff --git a/drivers/net/ucc_geth_mii.c b/drivers/net/ucc_geth_mii.c
index df884f0..a4b481c 100644
--- a/drivers/net/ucc_geth_mii.c
+++ b/drivers/net/ucc_geth_mii.c
@@ -46,13 +46,6 @@
#include "ucc_geth_mii.h"
#include "ucc_geth.h"
-#define DEBUG
-#ifdef DEBUG
-#define vdbg(format, arg...) printk(KERN_DEBUG , format "\n" , ## arg)
-#else
-#define vdbg(format, arg...) do {} while(0)
-#endif
-
#define MII_DRV_DESC "QE UCC Ethernet Controller MII Bus"
#define MII_DRV_NAME "fsl-uec_mdio"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-18 19:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18 19:24 [PATCH] trivial - QUICC UCC driver - remove buggy and unused vdbg macro Joe Perches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).