Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Joe Perches and committed by
John W. Linville
8fb1eb8b 1e023829

-2
-2
drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
··· 2039 2039 down(&bus->sdsem); 2040 2040 } 2041 2041 rxcount = maxframes - rxleft; 2042 - #ifdef DEBUG 2043 2042 /* Message if we hit the limit */ 2044 2043 if (!rxleft) 2045 2044 brcmf_dbg(DATA, "hit rx limit of %d frames\n", 2046 2045 maxframes); 2047 2046 else 2048 - #endif /* DEBUG */ 2049 2047 brcmf_dbg(DATA, "processed %d frames\n", rxcount); 2050 2048 /* Back off rxseq if awaiting rtx, update rx_seq */ 2051 2049 if (bus->rxskip)