Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101182
b: refs/heads/master
c: 1435176
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jul 15, 2008
1 parent 82c654c commit 1d9276d
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: da6e88f4963385b1b649b043691d206fbb951913
refs/heads/master: 14351760e314b8a9720804b11c6bd11d0c0b1258
2 changes: 1 addition & 1 deletion trunk/drivers/clocksource/acpi_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static int __init parse_pmtmr(char *arg)
if (strict_strtoul(arg, 16, &base))
return -EINVAL;

printk(KERN_INFO "PMTMR IOPort override: 0x%04x -> 0x%04x\n",
printk(KERN_INFO "PMTMR IOPort override: 0x%04x -> 0x%04lx\n",
(unsigned int)pmtmr_ioport, base);
pmtmr_ioport = base;

Expand Down

0 comments on commit 1d9276d

Please sign in to comment.