]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc: Fix format string warning in arch/powerpc/boot/main.c
authorJon Smirl <jonsmirl@gmail.com>
Thu, 30 Oct 2008 16:51:32 +0000 (16:51 +0000)
committerPaul Mackerras <paulus@samba.org>
Fri, 31 Oct 2008 09:14:19 +0000 (20:14 +1100)
Fix format string warning in arch/powerpc/boot/main.c.  Also correct
a typo ("uncomressed") on the same line.

 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 <jonsmirl@gmail.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found