aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2012-01-15 03:38:41 -0500
committerJohn W. Linville <linville@tuxdriver.com>2012-01-24 14:21:14 -0500
commit8fb1eb8b221f1cf81128b7f681b5a5112bfcd3a2 (patch)
treeae3588729dbe7511991fb0197a310188825a5725
parent1e02382979dd422e3b1bdb45545a0699497e3692 (diff)
brcmfmac: Remove useless #ifdef DEBUG
This doesn't do anything anymore. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c b/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
index 4ab1023352a2..79230e7edb3c 100644
--- a/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
+++ b/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
@@ -2039,13 +2039,11 @@ deliver:
2039 down(&bus->sdsem); 2039 down(&bus->sdsem);
2040 } 2040 }
2041 rxcount = maxframes - rxleft; 2041 rxcount = maxframes - rxleft;
2042#ifdef DEBUG
2043 /* Message if we hit the limit */ 2042 /* Message if we hit the limit */
2044 if (!rxleft) 2043 if (!rxleft)
2045 brcmf_dbg(DATA, "hit rx limit of %d frames\n", 2044 brcmf_dbg(DATA, "hit rx limit of %d frames\n",
2046 maxframes); 2045 maxframes);
2047 else 2046 else
2048#endif /* DEBUG */
2049 brcmf_dbg(DATA, "processed %d frames\n", rxcount); 2047 brcmf_dbg(DATA, "processed %d frames\n", rxcount);
2050 /* Back off rxseq if awaiting rtx, update rx_seq */ 2048 /* Back off rxseq if awaiting rtx, update rx_seq */
2051 if (bus->rxskip) 2049 if (bus->rxskip)