mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
mmc: Proper unclaim in mmc_block
Make sure we release the claim on the host even on failure. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
parent
fac8899129
commit
397411e67f
|
|
@ -379,9 +379,10 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req)
|
|||
spin_unlock_irq(&md->lock);
|
||||
}
|
||||
|
||||
flush_queue:
|
||||
|
||||
mmc_card_release_host(card);
|
||||
|
||||
flush_queue:
|
||||
spin_lock_irq(&md->lock);
|
||||
while (ret) {
|
||||
ret = end_that_request_chunk(req, 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user