aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ipg.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-03-28 08:35:45 +0000
committerDavid S. Miller <davem@davemloft.net>2010-03-30 23:42:26 -0700
commitdd4683daed6be3fd71105a8289257b75e151288c (patch)
tree83e691e0da3efd4bc378e458f3f5a765fe79df1b /drivers/net/ipg.c
parent02cdce53f3d0d3eee8188944c96150ee8c97100d (diff)
downloadkernel_samsung_smdk4412-dd4683daed6be3fd71105a8289257b75e151288c.zip
kernel_samsung_smdk4412-dd4683daed6be3fd71105a8289257b75e151288c.tar.gz
kernel_samsung_smdk4412-dd4683daed6be3fd71105a8289257b75e151288c.tar.bz2
drivers/net/ipg: Remove invalid IPG_DDEBUG_MSG uses, neaten
Some no longer valid IPG_DDEBUG_MSG uses are removed Validate IPG_DDEBUG_MSG arguments when not #defined Neaten #defines marco/macro typo correction Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipg.c')
-rw-r--r--drivers/net/ipg.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ipg.c b/drivers/net/ipg.c
index 150415e..0d7ad3f 100644
--- a/drivers/net/ipg.c
+++ b/drivers/net/ipg.c
@@ -1547,8 +1547,6 @@ static void ipg_reset_after_host_error(struct work_struct *work)
container_of(work, struct ipg_nic_private, task.work);
struct net_device *dev = sp->dev;
- IPG_DDEBUG_MSG("DMACtrl = %8.8x\n", ioread32(sp->ioaddr + IPG_DMACTRL));
-
/*
* Acknowledge HostError interrupt by resetting
* IPG DMA and HOST.
@@ -1825,9 +1823,6 @@ static int ipg_nic_stop(struct net_device *dev)
netif_stop_queue(dev);
- IPG_DDEBUG_MSG("RFDlistendCount = %i\n", sp->RFDlistendCount);
- IPG_DDEBUG_MSG("RFDListCheckedCount = %i\n", sp->rxdCheckedCount);
- IPG_DDEBUG_MSG("EmptyRFDListCount = %i\n", sp->EmptyRFDListCount);
IPG_DUMPTFDLIST(dev);
do {