• Jingoo Han's avatar
    spi: s3c64xx: fix printk warnings · c65bc4a8
    Jingoo Han authored
    Fix the following build warnings when LPAE is enabled:
    
    drivers/spi/spi-s3c64xx.c:1466:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type
    'resource_size_t' [-Wformat]
    drivers/spi/spi-s3c64xx.c:1466:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type
    'resource_size_t' [-Wformat]
    
    Use vsprintf extension %pR to format resource.
    Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
    Signed-off-by: default avatarMark Brown <broonie@linaro.org>
    c65bc4a8
spi-s3c64xx.c 43.3 KB