projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6827ca5
)
mmc: sdhci-of-esdhc: fix spelling mistake "upsupported" -> "unsupported"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 6 Dec 2018 09:24:11 +0000
(09:24 +0000)
committer
Ulf 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
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-of-esdhc.c
b/drivers/mmc/host/sdhci-of-esdhc.c
index 856e809f38b7fe931be071da0abcdf0f9d4257cc..e21e90f81bbd1750a23508ea58ebdea2bdfa157e 100644
(file)
--- a/
drivers/mmc/host/sdhci-of-esdhc.c
+++ b/
drivers/mmc/host/sdhci-of-esdhc.c
@@
-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 u
p
supported clock division.\n",
+ pr_warn("%s: using u
n
supported clock division.\n",
mmc_hostname(host->mmc));
}
}