From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 8 Apr 2010 16:38:41 +0200 Subject: [U-Boot] [PATCH] video: ati_radeon_fb.c: fix warning while compiling with DEBUG In-Reply-To: <1270737114-27040-1-git-send-email-agust@denx.de> References: <1270737114-27040-1-git-send-email-agust@denx.de> Message-ID: <20100408163841.59239b3a@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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/video/ati_radeon_fb.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-video/master.