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

Commit c75d6424 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: block: Don't unhalt if switch to CQ mode fails"

parents 6093a133 ab419d15
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3469,6 +3469,7 @@ static inline int mmc_blk_cmdq_part_switch(struct mmc_card *card,
		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);