mmc: sdhci-of-esdhc: fix spelling mistake "upsupported" -> "unsupported"
authorColin Ian King <colin.king@canonical.com>
Thu, 6 Dec 2018 09:24:11 +0000 (09:24 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Dec 2018 07:26:24 +0000 (08:26 +0100)
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>
drivers/mmc/host/sdhci-of-esdhc.c

index 856e809..e21e90f 100644 (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));
                }
        }