projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c5367
)
mmc: sdhci-msm: fix spelling mistake: "Perpheral" -> "Peripheral"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Jun 2016 09:52:05 +0000
(10:52 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:22 +0000
(10:34 +0200)
trivial fix to spelling mistake in dev_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-msm.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-msm.c
b/drivers/mmc/host/sdhci-msm.c
index
0653fe7
..
343e4bd
100644
(file)
--- a/
drivers/mmc/host/sdhci-msm.c
+++ b/
drivers/mmc/host/sdhci-msm.c
@@
-473,7
+473,7
@@
static int sdhci_msm_probe(struct platform_device *pdev)
msm_host->pclk = devm_clk_get(&pdev->dev, "iface");
if (IS_ERR(msm_host->pclk)) {
ret = PTR_ERR(msm_host->pclk);
- dev_err(&pdev->dev, "Perpheral clk setup failed (%d)\n", ret);
+ dev_err(&pdev->dev, "Per
i
pheral clk setup failed (%d)\n", ret);
goto bus_clk_disable;
}