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

Commit feaa1188 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 3e218134 0208e8cd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1665,7 +1665,8 @@ void mmc_wait_for_req_done(struct mmc_host *host, struct mmc_request *mrq)
		    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;
		}