mmc: add a might_sleep() to mmc_claim_host()
authorPierre Ossman <drzeus@drzeus.cx>
Wed, 11 Jul 2007 18:28:02 +0000 (20:28 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 25 Jul 2007 23:53:48 +0000 (01:53 +0200)
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>

No differences found