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

Commit 64d30274 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: Fix possible spec. violation during voltage switch sequence"

parents 0d22070c e46bcd42
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1944,6 +1944,7 @@ static void sdhci_do_set_ios(struct sdhci_host *host, struct mmc_ios *ios)
			sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);

			/* Re-enable SD Clock */
			if (ios->clock)
				flags = sdhci_update_clock(host, flags);
		}

@@ -1990,6 +1991,7 @@ static void sdhci_do_set_ios(struct sdhci_host *host, struct mmc_ios *ios)
		}

		/* Re-enable SD Clock */
		if (ios->clock)
			flags = sdhci_update_clock(host, flags);
	} else
		sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);