mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
MIPS: Loongson1B: Fix a typo
Fix a typo in the code. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Patchwork: http://patchwork.linux-mips.org/patch/4434 Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
parent
94fd4bdf4d
commit
69b1803ab7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user