diff options
author | Shailendra Verma <shailendra.capricorn@gmail.com> | 2015-05-21 13:56:03 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-05-21 14:54:55 -0400 |
commit | c306317a0e285670d8cceab067d5aceff4593ec8 (patch) | |
tree | 7008ffed44e5307376cd6fbf55157eb54322c4c2 | |
parent | 8cdea5022dade063a10ffb0f768a18bfabab40e3 (diff) |
clk: samsung: Fix typo in panic log
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r-- | drivers/clk/samsung/clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk.c b/drivers/clk/samsung/clk.c index 9e1f88c04fd4..76491629d1e5 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( | |||
389 | 389 | ||
390 | ctx = samsung_clk_init(np, reg_base, cmu->nr_clk_ids); | 390 | ctx = samsung_clk_init(np, reg_base, cmu->nr_clk_ids); |
391 | if (!ctx) { | 391 | if (!ctx) { |
392 | panic("%s: unable to alllocate ctx\n", __func__); | 392 | panic("%s: unable to allocate ctx\n", __func__); |
393 | return ctx; | 393 | return ctx; |
394 | } | 394 | } |
395 | 395 | ||