]> err.no Git - linux-2.6/blobdiff - drivers/clocksource/acpi_pm.c
cpuidle: make sysfs attributes sysdev class attributes
[linux-2.6] / drivers / clocksource / acpi_pm.c
index bcd7d0e429e86dff2fdd43fe192e44dfecb09e85..5ca1d80de182bfa3bb333f0aeca907f7929ed26c 100644 (file)
@@ -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;