提交 69b1803a 编写于 作者: K Kelvin Cheung 提交者: John Crispin

MIPS: Loongson1B: Fix a typo

Fix a typo in the code.
Signed-off-by: NKelvin Cheung <keguang.zhang@gmail.com>
Patchwork: http://patchwork.linux-mips.org/patch/4434Signed-off-by: NJohn Crispin <blogic@openwrt.org>
上级 94fd4bdf
......@@ -22,7 +22,7 @@ void __init plat_time_init(void)
/* setup mips r4k timer */
clk = clk_get(NULL, "cpu");
if (IS_ERR(clk))
panic("unable to get dc clock, err=%ld", PTR_ERR(clk));
panic("unable to get cpu clock, err=%ld", PTR_ERR(clk));
mips_hpt_frequency = clk_get_rate(clk) / 2;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册