Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344151
b: refs/heads/master
c: 69b1803
h: refs/heads/master
i:
  344149: 79f01b7
  344147: f3300ec
  344143: 4d9feeb
v: v3
  • Loading branch information
Kelvin Cheung authored and John Crispin committed Nov 9, 2012
1 parent ad8a613 commit 73d5d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94fd4bdf4d7a1e501cbfb0f9e3218143cf5c20d0
refs/heads/master: 69b1803ab79ebda75df2bfcb1c2a54d6c3de5325
2 changes: 1 addition & 1 deletion trunk/arch/mips/loongson1/common/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 73d5d11

Please sign in to comment.