aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc_block.c
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2007-01-30 01:48:04 -0500
committerPierre Ossman <drzeus@drzeus.cx>2007-02-04 14:54:11 -0500
commit397411e67ff473c36161d93e4c7ac6dc53e23503 (patch)
treecf652e902328fe6d4b4b5617bf915871b842cd73 /drivers/mmc/mmc_block.c
parentfac8899129a0490020a0734cc84c1a94ac72c7e1 (diff)
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>
Diffstat (limited to 'drivers/mmc/mmc_block.c')
-rw-r--r--drivers/mmc/mmc_block.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/mmc_block.c b/drivers/mmc/mmc_block.c
index 19ccfed8a54f..05ba8ace70e7 100644
--- a/drivers/mmc/mmc_block.c
+++ b/drivers/mmc/mmc_block.c
@@ -379,9 +379,10 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req)
379 spin_unlock_irq(&md->lock); 379 spin_unlock_irq(&md->lock);
380 } 380 }
381 381
382flush_queue:
383
382 mmc_card_release_host(card); 384 mmc_card_release_host(card);
383 385
384flush_queue:
385 spin_lock_irq(&md->lock); 386 spin_lock_irq(&md->lock);
386 while (ret) { 387 while (ret) {
387 ret = end_that_request_chunk(req, 0, 388 ret = end_that_request_chunk(req, 0,