summaryrefslogtreecommitdiffstats
path: root/drivers/sbus
diff options
context:
space:
mode:
authorDavid S. Miller2009-12-11 11:05:05 +0100
committerDavid S. Miller2009-12-11 11:05:05 +0100
commit7466bd3caab6bd1d0095de957affbacd02ca58a7 (patch)
tree7d61305c1595e8c7de6304a1b33b5849638f3407 /drivers/sbus
parentsparc64: Use clock{source,events}_calc_mult_shift(). (diff)
downloadkernel-qcow2-linux-7466bd3caab6bd1d0095de957affbacd02ca58a7.tar.gz
kernel-qcow2-linux-7466bd3caab6bd1d0095de957affbacd02ca58a7.tar.xz
kernel-qcow2-linux-7466bd3caab6bd1d0095de957affbacd02ca58a7.zip
sparc64: Fix clock event multiplier printf format.
The type got changed to u32, so %lx generated warnings (and thus build failure on sparc64) Stephen Rothwell fixed it like so: - printk("clockevent: mult[%lx] shift[%d]\n", + printk("clockevent: mult[%ux] shift[%d]\n", But that's not a valid transformation, we now get: clockevent: mult[51539607x] shift[32] in the logs. Fix it to use the correct plain "%x" instead. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/sbus')
0 files changed, 0 insertions, 0 deletions