]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
GCC4.6: Squash warning in bus_vcxk.c
authorMarek Vasut <marek.vasut@gmail.com>
Mon, 24 Oct 2011 23:40:02 +0000 (23:40 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 21:54:07 +0000 (23:54 +0200)
commit458f4381691a083e8a4004d1fe444a1951d75354
tree0ab84210cb9661232bc460e397856b288c79d2ee
parent99724a2d91ca531ff7ade7728bfcad462ae0fe2f
GCC4.6: Squash warning in bus_vcxk.c

bus_vcxk.c:167:2: warning: format '%d' expects type 'int', but argument 2 has
type 'u_long'
bus_vcxk.c:167:2: warning: format '%d' expects type 'int', but argument 3 has
type 'u_long'

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/bus_vcxk.c