mmc: sdhci-msm: fix spelling mistake: "Perpheral" -> "Peripheral"
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jun 2016 09:52:05 +0000 (10:52 +0100)
committerUlf 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

index 0653fe7..343e4bd 100644 (file)
@@ -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, "Peripheral clk setup failed (%d)\n", ret);
                goto bus_clk_disable;
        }