diff options
Diffstat (limited to 'drivers/clocksource/acpi_pm.c')
-rw-r--r-- | drivers/clocksource/acpi_pm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clocksource/acpi_pm.c b/drivers/clocksource/acpi_pm.c index 3baee020afc2..bcd7d0e429e8 100644 --- a/drivers/clocksource/acpi_pm.c +++ b/drivers/clocksource/acpi_pm.c | |||
@@ -227,8 +227,8 @@ static int __init parse_pmtmr(char *arg) | |||
227 | if (strict_strtoul(arg, 16, &base)) | 227 | if (strict_strtoul(arg, 16, &base)) |
228 | return -EINVAL; | 228 | return -EINVAL; |
229 | 229 | ||
230 | printk(KERN_INFO "PMTMR IOPort override: 0x%04lx -> 0x%04lx\n", | 230 | printk(KERN_INFO "PMTMR IOPort override: 0x%04x -> 0x%04x\n", |
231 | pmtmr_ioport, base); | 231 | (unsigned int)pmtmr_ioport, base); |
232 | pmtmr_ioport = base; | 232 | pmtmr_ioport = base; |
233 | 233 | ||
234 | return 1; | 234 | return 1; |