On Jul 19, 2011, at 3:53 AM, Dmitry Eremin-Solenikov wrote:

> If CONFIG_PHYS_ADDR_T_64BIT is set, compilation of sbc8560 fails with
> the following error:
> 
> arch/powerpc/platforms/85xx/sbc8560.c: In function ‘sbc8560_bdrstcr_init’:
> arch/powerpc/platforms/85xx/sbc8560.c:286: error: format ‘%x’ expects type 
> ‘unsigned int’, but argument 2 has type ‘resource_size_t’
> 
> Fix that by using %pR format instead of just printing the start of
> resource.
> 
> Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com>
> ---
> arch/powerpc/platforms/85xx/sbc8560.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

applied to next-3.2

- k
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to