Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14351760 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Fix printk format warning in clocksource/acpi_pm.c



For real, this time.  The earlier attempt just moved the warning around.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent da6e88f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;