commit | 9b04bd27564cfd7224e0135ba37df778f1d490bf | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Wed May 09 02:33:43 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:50 2007 -0700 |
tree | fd62f8c1fe7f17a9e92796412c1657b83ebe3965 | |
parent | 0366299bd2de283091f4394c0f446e58b5f94815 [diff] |
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>