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

Commit 2d752274 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: block: Put card instead of release_host in mmc_ioctl"

parents 7ed47c09 9d18882d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -766,7 +766,7 @@ cmd_rel_host:
			       mmc_hostname(card->host), __func__);
	}
cmd_rel_host_halt:
	mmc_release_host(card->host);
	mmc_put_card(card);

cmd_done:
	mmc_blk_put(md);