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

Commit 828e72fe 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: fix the issue with clock scaling in HS400 mode"

parents 94b3b43f 79983b1d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1249,8 +1249,7 @@ static int mmc_change_bus_speed(struct mmc_host *host, unsigned long *freq)
		mmc_set_clock(host, (unsigned int) (*freq));
	}

	if ((mmc_card_hs400(card) || mmc_card_hs200(card))
		&& card->host->ops->execute_tuning) {
	if (mmc_card_hs200(card) && card->host->ops->execute_tuning) {
		/*
		 * We try to probe host driver for tuning for any
		 * frequency, it is host driver responsibility to