Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248957
b: refs/heads/master
c: d0d6e9c
h: refs/heads/master
i:
  248955: 204687e
v: v3
  • Loading branch information
Hank Janssen authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent c2a6ae8 commit ca3c2bd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: af7a5b6e598c936476fe8dcfaa09d1c7d7e1b165
refs/heads/master: d0d6e9c8f5ae4749d8010851e4ed10b6fb759c20
3 changes: 2 additions & 1 deletion trunk/drivers/staging/hv/hv_timesource.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/version.h>
#include <linux/clocksource.h>
Expand Down Expand Up @@ -91,7 +92,7 @@ static int __init init_hv_clocksource(void)
if (!dmi_check_system(hv_timesource_dmi_table))
return -ENODEV;

printk(KERN_INFO "Registering HyperV clock source\n");
pr_info("Registering HyperV clock source\n");
return clocksource_register(&hyperv_cs);
}

Expand Down

0 comments on commit ca3c2bd

Please sign in to comment.