Re: [PATCH 6/8] powerpc/ps3: Fix pr_debug build warnings

2011-11-30 Thread Geert Uytterhoeven
Hi Geoff, On Wed, Nov 30, 2011 at 02:38, Geoff Levand ge...@infradead.org wrote: Fix some PS3 build warnings when DEBUG is defined. Fixes warnings like these:  format '%lx' expects type 'long unsigned int', but argument 7 has type 'u64' Signed-off-by: Geoff Levand ge...@infradead.org ---

[PATCH 6/8] powerpc/ps3: Fix pr_debug build warnings

2011-11-29 Thread Geoff Levand
Fix some PS3 build warnings when DEBUG is defined. Fixes warnings like these: format '%lx' expects type 'long unsigned int', but argument 7 has type 'u64' Signed-off-by: Geoff Levand ge...@infradead.org --- arch/powerpc/platforms/ps3/repository.c | 14 -- 1 files changed, 8