Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 397411e6 authored by Pierre Ossman's avatar Pierre Ossman
Browse files

mmc: Proper unclaim in mmc_block



Make sure we release the claim on the host even on failure.

Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent fac88991
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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,