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

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

Merge "mmc: core: Fix CQ runtime suspend"

parents 3647f615 52261753
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2299,7 +2299,7 @@ static int _mmc_suspend(struct mmc_host *host, bool is_suspend)
	if (is_suspend)
		host->dev_status = DEV_SUSPENDING;

	if (mmc_card_cmdq(host->card)) {
	if (host->card->cmdq_init) {
		BUG_ON(host->cmdq_ctx.active_reqs);

		err = mmc_cmdq_halt(host, true);