Re: [PATCH] clk:samsung:clk - Fix typo in panic log.

2015-05-21 Thread Stephen Boyd
On 05/21, Shailendra Verma wrote:
> 
> Signed-off-by: Shailendra Verma 
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] clk:samsung:clk - Fix typo in panic log.

2015-05-21 Thread Shailendra Verma

Signed-off-by: Shailendra Verma 
---
 drivers/clk/samsung/clk.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/samsung/clk.c b/drivers/clk/samsung/clk.c
index 9e1f88c..7649162 100644
--- a/drivers/clk/samsung/clk.c
+++ b/drivers/clk/samsung/clk.c
@@ -389,7 +389,7 @@ struct samsung_clk_provider * __init 
samsung_cmu_register_one(
 
ctx = samsung_clk_init(np, reg_base, cmu->nr_clk_ids);
if (!ctx) {
-   panic("%s: unable to alllocate ctx\n", __func__);
+   panic("%s: unable to allocate ctx\n", __func__);
return ctx;
}
 
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html