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

Commit cd814f08 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: Don't unhalt if switch to CQ mode fails"

parents 36e92370 9ee50e2a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3722,6 +3722,7 @@ cmdq_switch:
		pr_err("%s: %s: mmc_blk_cmdq_switch failed: %d\n",
			mmc_hostname(host), __func__,  err);
		ret = err;
		goto out;
	}
cmdq_unhalt:
	err = mmc_cmdq_halt(host, false);