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:
Colin Ian King 2018-12-06 09:24:11 +00:00 committed by Ulf Hansson
parent 6827ca573c
commit b11c36d5d8

View File

@ -597,7 +597,7 @@ static void esdhc_of_set_clock(struct sdhci_host *host, unsigned int clock)
pre_div = 4;
div = 3;
} else {
pr_warn("%s: using upsupported clock division.\n",
pr_warn("%s: using unsupported clock division.\n",
mmc_hostname(host->mmc));
}
}