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

Commit b09fb5f8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents c24b2683 ffd46dc0
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3440,8 +3440,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);