aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2007-01-30 07:48:04 +0100
committerPierre Ossman <drzeus@drzeus.cx>2007-02-04 20:54:11 +0100
commit397411e67ff473c36161d93e4c7ac6dc53e23503 (patch)
treecf652e902328fe6d4b4b5617bf915871b842cd73 /drivers
parentmmc: change wbsd mailing list (diff)
downloadlinux-dev-397411e67ff473c36161d93e4c7ac6dc53e23503.tar.xz
linux-dev-397411e67ff473c36161d93e4c7ac6dc53e23503.zip
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')
-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)
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,