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

Commit 4957488a authored by Sridhar Arra's avatar Sridhar Arra Committed by Gerrit - the friendly Code Review server
Browse files

mmc: sdhci: Remove skipping dumpregs for CRC errors in SDR104 mode



Remove skipping dumpregs for CRC errors in SDR104 mode. As this is
not needed on latest kernels.

Change-Id: I9dd160ac18449c8be3013161701189187f472a13
Signed-off-by: default avatarSridhar Arra <sarra@codeaurora.org>
parent 40a26795
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3442,8 +3442,6 @@ static void sdhci_data_irq(struct sdhci_host *host, u32 intmask)
				intmask, host->data->error,
				ktime_to_ms(ktime_sub(ktime_get(),
				host->data_start_time)));

			if (host->mmc->ios.timing != MMC_TIMING_UHS_SDR104)
			sdhci_dumpregs(host);
		}
		sdhci_finish_data(host);