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

Commit e1032050 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: sdhci: skip printing register dumps on CRC errors" into msm-4.9

parents da2265f4 cd13656b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3096,6 +3096,9 @@ static void sdhci_data_irq(struct sdhci_host *host, u32 intmask)
			       mmc_hostname(host->mmc), intmask,
			       host->data->error, ktime_to_ms(ktime_sub(
			       ktime_get(), host->data_start_time)));

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