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

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

Merge "mmc: card: kick command queue thread on completion of RPMB operation"

parents 2b3ecda9 8bce69b5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -964,6 +964,8 @@ idata_free:

cmd_done:
	mmc_blk_put(md);
	if (card->cmdq_init)
		wake_up(&card->host->cmdq_ctx.wait);
	return err;
}