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

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

Merge "mmc: core: Return SD card status if sdr104_wa is not present"

parents f18fd2b4 4be8c079
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -468,7 +468,7 @@ int mmc_recovery_fallback_lower_speed(struct mmc_host *host)
		mmc_host_clear_sdr104(host);
		mmc_host_clear_sdr104(host);
		err = mmc_hw_reset(host);
		err = mmc_hw_reset(host);
		host->card->sdr104_blocked = true;
		host->card->sdr104_blocked = true;
	} else {
	} else if (mmc_card_sd(host->card)) {
		/* If sdr104_wa is not present, just return status */
		/* If sdr104_wa is not present, just return status */
		err = host->bus_ops->alive(host);
		err = host->bus_ops->alive(host);
	}
	}