Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321518
b: refs/heads/master
c: 8bb8148
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Arnd Bergmann committed Aug 6, 2012
1 parent 2f8161a commit 1ec7451
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: 1b984fbe0f21711975f80667f7e8b240e7848fd7
refs/heads/master: 8bb8148c78317e9360a21a0e69a58be6862adb07
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-integrator/integrator_ap.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ static void __init ap_init_timer(void)

clk = clk_get_sys("ap_timer", NULL);
BUG_ON(IS_ERR(clk));
clk_enable(clk);
clk_prepare_enable(clk);
rate = clk_get_rate(clk);

writel(0, TIMER0_VA_BASE + TIMER_CTRL);
Expand Down

0 comments on commit 1ec7451

Please sign in to comment.