Skip to content

Commit

Permalink
mmc: mtk-sd: fix typo
Browse files Browse the repository at this point in the history
Fix a typo: Fianl -> Final.

Signed-off-by: Fabien Parent <[email protected]>
Reviewed-by: Miles Chen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
  • Loading branch information
Fabo authored and storulf committed Jul 12, 2022
1 parent 7dc65e3 commit f0c88b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/mtk-sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
else
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;

Expand Down

0 comments on commit f0c88b0

Please sign in to comment.