• Kumar Gala's avatar
    powerpc/fsl_rio: Fix compile warnings · fc274a15
    Kumar Gala authored
    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: default avatarKumar Gala <galak@kernel.crashing.org>
    fc274a15
fsl_rio.c 32.1 KB