Commit f0c88b04 authored by Fabien Parent's avatar Fabien Parent Committed by Ulf Hansson
Browse files

mmc: mtk-sd: fix typo

parent 7dc65e3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2319,7 +2319,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
	else
	else
		val = readl(host->base + PAD_DS_TUNE);
		val = readl(host->base + PAD_DS_TUNE);


	dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
	dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);


	return 0;
	return 0;