Fix printk format warnings in timer_list.c
authorDavid Miller <davem@davemloft.net>
Wed, 9 May 2007 09:33:43 +0000 (02:33 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:50 +0000 (12:30 -0700)
commit9b04bd27564cfd7224e0135ba37df778f1d490bf
treefd62f8c1fe7f17a9e92796412c1657b83ebe3965
parent0366299bd2de283091f4394c0f446e58b5f94815
Fix printk format warnings in timer_list.c

u64 and s64 are not necessarily 'long long' on some 64-bit
platforms, so explicit the type to kill the compiler warnings.

Also consistently use '%Lu' which is unsigned.

Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/time/timer_list.c