Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmc: add a might_sleep() to mmc_claim_host()
In the normal case, the host lock can be claimed directly. When it cannot, the caller will sleep. Make sure we don't have any latent bugs by always calling might_sleep(). Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
- Loading branch information