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

Commit b5149e3d 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 bus-width selection in HS400 mode"

parents 9630f91b bd7cf09f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2031,7 +2031,7 @@ reinit:
		err = mmc_select_hs400(card);
		if (err)
			goto free_card;
	} else {
	} else if (!mmc_card_hs400(card)) {
		/* Select the desired bus width optionally */
		err = mmc_select_bus_width(card);
		if (!IS_ERR_VALUE(err) && mmc_card_hs(card)) {