brcmfmac: Remove useless #ifdef DEBUG
authorJoe Perches <joe@perches.com>
Sun, 15 Jan 2012 08:38:41 +0000 (00:38 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 24 Jan 2012 19:21:14 +0000 (14:21 -0500)
This doesn't do anything anymore.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c

index 4ab1023..79230e7 100644 (file)
@@ -2039,13 +2039,11 @@ deliver:
                down(&bus->sdsem);
        }
        rxcount = maxframes - rxleft;
-#ifdef DEBUG
        /* Message if we hit the limit */
        if (!rxleft)
                brcmf_dbg(DATA, "hit rx limit of %d frames\n",
                          maxframes);
        else
-#endif                         /* DEBUG */
                brcmf_dbg(DATA, "processed %d frames\n", rxcount);
        /* Back off rxseq if awaiting rtx, update rx_seq */
        if (bus->rxskip)