Commit b11c36d5 authored by Colin Ian King's avatar Colin Ian King Committed by Ulf Hansson

mmc: sdhci-of-esdhc: fix spelling mistake "upsupported" -> "unsupported"

There is a spelling mistake in a pr_warn message, fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 6827ca57
......@@ -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));
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment