From: David Miller Date: Wed, 9 May 2007 09:33:43 +0000 (-0700) Subject: Fix printk format warnings in timer_list.c X-Git-Tag: v2.6.22-rc1~257 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b04bd27564cfd7224e0135ba37df778f1d490bf;p=pandora-kernel.git 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 Cc: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed