]> git.baikalelectronics.ru Git - kernel.git/commit
staging: brcm80211: SDIO/MMC cleanups
authorGrant Grundler <grundler@chromium.org>
Wed, 4 May 2011 16:59:47 +0000 (09:59 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 6 May 2011 16:27:34 +0000 (09:27 -0700)
commitcb36cf94cc801d8f55520885dfe777219901b922
tree12c922d1e9b61f950e9987659b5fdce5c55ce578
parent4dd13e06abffe76abf9e127e85e84d00b8534dee
staging: brcm80211: SDIO/MMC cleanups

misc coding style cleanups to dhd_sdio/sdmmc

o replace PKTFREE2 macro with static dhdsdio_pktfree2()
o drop "delta" local var
o drop GSPI_PR55150_BAILOUT
o reformat some of the comments (white space changes)
o drop dhd_bcmsdh_recv_buf wrapper and directly call bcmsdh_recv_buf

Signed-off-by: Grant Grundler <grundler@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/bcmsdh_sdmmc.c
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c