mmc: sdhci-of-esdhc: fix spelling mistake "upsupported" -> "unsupported"
There is a spelling mistake in a pr_warn message, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
committed by
Ulf Hansson
parent
6827ca573c
commit
b11c36d5d8
@@ -597,7 +597,7 @@ static void esdhc_of_set_clock(struct sdhci_host *host, unsigned int clock)
|
|||||||
pre_div = 4;
|
pre_div = 4;
|
||||||
div = 3;
|
div = 3;
|
||||||
} else {
|
} else {
|
||||||
pr_warn("%s: using upsupported clock division.\n",
|
pr_warn("%s: using unsupported clock division.\n",
|
||||||
mmc_hostname(host->mmc));
|
mmc_hostname(host->mmc));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user