From: David S. Miller Date: Sat, 25 Aug 2007 22:17:31 +0000 (-0700) Subject: [SERIAL]: Fix 32-bit warnings in sunzilog.c and sunsu.c X-Git-Tag: v2.6.23-rc4~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f1296a5169c13b2c1f76c1446aaf361e8519050;p=pandora-kernel.git [SERIAL]: Fix 32-bit warnings in sunzilog.c and sunsu.c resource_size_t can be either a u64 or a u32, and we can't really know for sure, so when printing such a value out always use long-long printf formatting and cast the argument to that type. Signed-off-by: David S. Miller --- Reading git-diff-tree failed