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

Commit 7b3b5cca 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: power off host if SD card resume fails"

parents a9eb03fd 68c78182
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1283,6 +1283,7 @@ static int _mmc_sd_resume(struct mmc_host *host)
	if (err) {
		pr_err("%s: %s: mmc_sd_init_card_failed (%d)\n",
				mmc_hostname(host), __func__, err);
		mmc_power_off(host);
		goto out;
	}
	mmc_card_clr_suspended(host->card);