Re: [PATCH V2] Fix format string warning in arch/powerpc/boot/main.c

2008-10-30 Thread David Gibson
On Thu, Oct 30, 2008 at 10:51:32PM -0400, Jon Smirl wrote: > Fix format string warning in arch/powerpc/boot/main.c > > BOOTCC arch/powerpc/boot/main.o > arch/powerpc/boot/main.c: In function 'prep_kernel': > arch/powerpc/boot/main.c:65: warning: format '%08x' expects type > 'unsigned int', but a

[PATCH V2] Fix format string warning in arch/powerpc/boot/main.c

2008-10-30 Thread Jon Smirl
Fix format string warning in arch/powerpc/boot/main.c BOOTCC arch/powerpc/boot/main.o arch/powerpc/boot/main.c: In function 'prep_kernel': arch/powerpc/boot/main.c:65: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'long unsigned int' Signed-off-by: Jon Smirl <[EMAI