From: Kumar Gala Date: Wed, 13 May 2009 22:02:24 +0000 (-0500) Subject: powerpc/fsl_rio: Fix compile warnings X-Git-Tag: v2.6.31-rc1~331^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc274a15692b0ee9751f586d7f703267c783809b;p=pandora-kernel.git powerpc/fsl_rio: Fix compile warnings We we build with resource_size_t as a 64-bit quantity we get: arch/powerpc/sysdev/fsl_rio.c: In function 'fsl_rio_setup': arch/powerpc/sysdev/fsl_rio.c:1029: warning: format '%08x' expects type 'unsigned int', but argument 4 has type 'resource_size_t' arch/powerpc/sysdev/fsl_rio.c:1029: warning: format '%08x' expects type 'unsigned int', but argument 5 has type 'resource_size_t' Signed-off-by: Kumar Gala --- Reading git-diff-tree failed