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

Commit 621a071f authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Thomas Gleixner
Browse files

sparc: fix printk for change of variable type



The clockevent mult field became a u32.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <20091116180118.aa1bf1e4.sfr@canb.auug.org.au>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent a362c638
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -847,7 +847,7 @@ void __init time_init(void)
	sparc64_clockevent.min_delta_ns =
		clockevent_delta2ns(0xF, &sparc64_clockevent);

	printk("clockevent: mult[%lx] shift[%d]\n",
	printk("clockevent: mult[%ux] shift[%d]\n",
	       sparc64_clockevent.mult, sparc64_clockevent.shift);

	setup_sparc64_timer();