commit | 38b0b0ddee3270106d740e8df42a5b52beed502b | [log] [tgz] |
---|---|---|
author | Franky Lin <frankyl@broadcom.com> | Mon Nov 05 16:22:24 2012 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 14 14:55:56 2012 -0500 |
tree | 09cc5589cf2ad3d618ea7f74c98f5a207e37349f | |
parent | 7cdf57d34c017e5c4c48069ae46e7cb87979435a [diff] |
brcmfmac: protect consecutive SDIO access with sdio_claim_host 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>