Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288775
b: refs/heads/master
c: d976f76
h: refs/heads/master
i:
  288773: 3172620
  288771: eb878ac
  288767: 8bd0fe7
v: v3
  • Loading branch information
Jim Cromie authored and John Stultz committed Feb 2, 2012
1 parent 97af3ce commit b8ef356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 36f21f1ce419a552227b32d445e40c2d99286275
refs/heads/master: d976f7626627117c211137cd2aaf8c1656e6627d
4 changes: 2 additions & 2 deletions trunk/drivers/clocksource/scx200_hrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static int __init init_hrt_clocksource(void)
if (!request_region(scx200_cb_base + SCx200_TIMER_OFFSET,
SCx200_TIMER_SIZE,
"NatSemi SCx200 High-Resolution Timer")) {
printk(KERN_WARNING NAME ": unable to lock timer region\n");
pr_warn("unable to lock timer region\n");
return -ENODEV;
}

Expand All @@ -88,7 +88,7 @@ static int __init init_hrt_clocksource(void)
cs_hrt.mult = clocksource_hz2mult(HRT_FREQ + ppm,
cs_hrt.shift);
}
printk(KERN_INFO "enabling scx200 high-res timer (%s MHz +%d ppm)\n",
pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n",
mhz27 ? "27":"1", ppm);

return clocksource_register(&cs_hrt);
Expand Down

0 comments on commit b8ef356

Please sign in to comment.