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

Commit 719917b6 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 the timing related checks in partial_init" into msm-4.9

parents 6e36d922 c728dcb0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2685,10 +2685,10 @@ static int mmc_partial_init(struct mmc_host *host)

	mmc_host_clk_hold(host);

	if (mmc_card_hs200(card) || mmc_card_hs400(card)) {
	if (mmc_card_hs400(card)) {
		if (card->ext_csd.strobe_support && host->ops->enhanced_strobe)
			err = host->ops->enhanced_strobe(host);
		else
	} else if (mmc_card_hs200(card) && host->ops->execute_tuning) {
		err = host->ops->execute_tuning(host,
			MMC_SEND_TUNING_BLOCK_HS200);
		if (err)