clk: rockchip: fix of spelling mistake on unsuccessful in pll clock type
authorColin Ian King <colin.king@canonical.com>
Sun, 24 Apr 2016 22:44:13 +0000 (23:44 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 25 Apr 2016 07:34:03 +0000 (09:34 +0200)
fix spelling mistake, unsucessful -> unsuccessful

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-pll.c

index 128a6b2..8ac73bc 100644 (file)
@@ -236,7 +236,7 @@ static int rockchip_rk3036_pll_set_params(struct rockchip_clk_pll *pll,
        /* wait for the pll to lock */
        ret = rockchip_pll_wait_lock(pll);
        if (ret) {
-               pr_warn("%s: pll update unsucessful, trying to restore old params\n",
+               pr_warn("%s: pll update unsuccessful, trying to restore old params\n",
                        __func__);
                rockchip_rk3036_pll_set_params(pll, &cur);
        }
@@ -475,7 +475,7 @@ static int rockchip_rk3066_pll_set_params(struct rockchip_clk_pll *pll,
        /* wait for the pll to lock */
        ret = rockchip_pll_wait_lock(pll);
        if (ret) {
-               pr_warn("%s: pll update unsucessful, trying to restore old params\n",
+               pr_warn("%s: pll update unsuccessful, trying to restore old params\n",
                        __func__);
                rockchip_rk3066_pll_set_params(pll, &cur);
        }