Re: [U-Boot] [PATCH] video: ati_radeon_fb.c: fix warning while compiling with DEBUG

2010-04-08 Thread Anatolij Gustschin
On Thu, 8 Apr 2010 16:31:54 +0200 Anatolij Gustschin wrote: > Fixes this warning: > > ati_radeon_fb.c: In function 'radeon_probe': > ati_radeon_fb.c:598: warning: format '%x' expects type 'unsigned int', > but argument 2 has type 'void *' > > Signed-off-by: Anatolij Gustschin > --- > drivers

[U-Boot] [PATCH] video: ati_radeon_fb.c: fix warning while compiling with DEBUG

2010-04-08 Thread Anatolij Gustschin
Fixes this warning: ati_radeon_fb.c: In function 'radeon_probe': ati_radeon_fb.c:598: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'void *' Signed-off-by: Anatolij Gustschin --- drivers/video/ati_radeon_fb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-