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

Commit 502257f3 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: Donot fall back to lower speed modes for tuning errors"

parents e30750c5 7b76e6a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1599,7 +1599,8 @@ static void mmc_wait_for_req_done(struct mmc_host *host,
		    mmc_card_removed(host->card)) {
			if (cmd->error && !cmd->retries &&
			     cmd->opcode != MMC_SEND_STATUS &&
			     cmd->opcode != MMC_SEND_TUNING_BLOCK)
			     cmd->opcode != MMC_SEND_TUNING_BLOCK &&
			     cmd->opcode != MMC_SEND_TUNING_BLOCK_HS200)
				mmc_recovery_fallback_lower_speed(host);
			break;
		}