mmc: sdhci-msm: fix spelling mistake: "Perpheral" -> "Peripheral"
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>
This commit is contained in:
parent
a7c53671ea
commit
2801b95e8f
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ static int sdhci_msm_probe(struct platform_device *pdev)
|
||||||
msm_host->pclk = devm_clk_get(&pdev->dev, "iface");
|
msm_host->pclk = devm_clk_get(&pdev->dev, "iface");
|
||||||
if (IS_ERR(msm_host->pclk)) {
|
if (IS_ERR(msm_host->pclk)) {
|
||||||
ret = PTR_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, "Peripheral clk setup failed (%d)\n", ret);
|
||||||
goto bus_clk_disable;
|
goto bus_clk_disable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue