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

Commit de859895 authored by Pierre Ossman's avatar Pierre Ossman
Browse files

mmc: use right timing mode constant



Fix copy-n-paste error.

Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent c4030698
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1145,7 +1145,7 @@ static void mmc_process_ext_csds(struct mmc_host *host)

			mmc_card_set_highspeed(card);

			host->ios.timing = MMC_TIMING_SD_HS;
			host->ios.timing = MMC_TIMING_MMC_HS;
			mmc_set_ios(host);
		}