Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288799
b: refs/heads/master
c: 10ea9d6
h: refs/heads/master
i:
  288797: bc81d11
  288795: 7c37990
  288791: ac4e68b
  288783: 754389c
  288767: 8bd0fe7
v: v3
  • Loading branch information
Ingo Molnar committed Feb 22, 2012
1 parent cf50dcc commit 4607d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: b0e5c77903fd717cc5eb02b7b8f5de3c869efc49
refs/heads/master: 10ea9d6f5663c3ed51f91cd037b4b9b147273cbb
4 changes: 1 addition & 3 deletions trunk/drivers/clocksource/scx200_hrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ static int __init init_hrt_clocksource(void)
if (mhz27)
freq *= 27;

pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n",
printk(KERN_INFO "enabling scx200 high-res timer (%s MHz +%d ppm)\n",
mhz27 ? "27":"1", ppm);
pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n", mhz27 ? "27":"1", ppm);

return clocksource_register_hz(&cs_hrt, freq);
}
Expand Down

0 comments on commit 4607d1f

Please sign in to comment.