* [PATCH] clk:samsung:clk - Fix typo in panic log.
@ 2015-05-21 17:56 Shailendra Verma
2015-05-21 18:54 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Shailendra Verma @ 2015-05-21 17:56 UTC (permalink / raw)
To: Sylwester Nawrocki, Tomasz Figa, Mike Turquette, Stephen Boyd,
linux-samsung-soc, linux-clk
Cc: linux-kernel, Shailendra Verma
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] clk:samsung:clk - Fix typo in panic log.
2015-05-21 17:56 [PATCH] clk:samsung:clk - Fix typo in panic log Shailendra Verma
@ 2015-05-21 18:54 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2015-05-21 18:54 UTC (permalink / raw)
To: Shailendra Verma
Cc: Sylwester Nawrocki, Tomasz Figa, Mike Turquette,
linux-samsung-soc, linux-clk, linux-kernel
On 05/21, Shailendra Verma wrote:
>
> Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
> ---
Applied to clk-next
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-21 18:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-21 17:56 [PATCH] clk:samsung:clk - Fix typo in panic log Shailendra Verma
2015-05-21 18:54 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox