Skip to content

Commit

Permalink
sparc: fix printk for change of variable type
Browse files Browse the repository at this point in the history
The clockevent mult field became a u32.

Signed-off-by: Stephen 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: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Stephen Rothwell authored and Thomas Gleixner committed Nov 16, 2009
1 parent a362c63 commit 621a071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/kernel/time_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 621a071

Please sign in to comment.