提交 c306317a 编写于 作者: S Shailendra Verma 提交者: Stephen Boyd

clk: samsung: Fix typo in panic log

Signed-off-by: NShailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 8cdea502
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册