]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
GCC4.6: Squash warning in cfb_console.c
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 21 Oct 2011 14:17:04 +0000 (14:17 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 21:54:04 +0000 (23:54 +0200)
commit68da5b1911603957fbd1807eb392a0599a627df3
tree96a7a675d95fc82c64a98c445b13e9c535929104
parent35e9d698cd2ca4bb15d9fab6eaeacd67b007971c
GCC4.6: Squash warning in cfb_console.c

cfb_console.c: In function 'video_display_bitmap':
cfb_console.c:1148: warning: format '%d' expects type 'int', but argument 2 has
type 'long unsigned int'
cfb_console.c:1148: warning: format '%d' expects type 'int', but argument 3 has
type 'long unsigned int'

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Mike Frysinger <vapier@gentoo.org>
drivers/video/cfb_console.c