brcmfmac: protect consecutive SDIO access with sdio_claim_host
authorFranky Lin <frankyl@broadcom.com>
Tue, 6 Nov 2012 00:22:24 +0000 (16:22 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 Nov 2012 19:55:56 +0000 (14:55 -0500)
Semaphore sdsem is used to protect consecutive memory access
through SDIO bus. Same functionality is provided by sdio_claim_host/
sdio_release_host interface as well. Replace sdsem with
sdio_claim_host.

Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found