diff options
author | Fabien Parent <[email protected]> | 2022-05-30 14:38:56 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2022-07-12 12:25:34 +0200 |
commit | f0c88b04f3c229b1d4e2defeeb7e399d171a38e6 (patch) | |
tree | a683dd463710cb9e3f46d0216c1727134f3a07ad | |
parent | 7dc65e3c0ef4b746a583b7c58f99873fddf5ccfa (diff) |
mmc: mtk-sd: fix typo
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]>
-rw-r--r-- | drivers/mmc/host/mtk-sd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c index 9da4489dc345..a4954b200d87 100644 --- a/drivers/mmc/host/mtk-sd.c +++ b/drivers/mmc/host/mtk-sd.c @@ -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; |