]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
GCC4.6: Squash warnings in kirkwood_spi.c
authorMarek Vasut <marek.vasut@gmail.com>
Mon, 24 Oct 2011 23:39:59 +0000 (23:39 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 21:54:07 +0000 (23:54 +0200)
commit2e8f6419aae66808d8058cd06f89ebedea5f5303
tree2d011560fc8a2b2bb21dec2babcd6d8b4aecf214
parent79ad54400932d6484178a372fb3b659e3437473b
GCC4.6: Squash warnings in kirkwood_spi.c

kirkwood_spi.c:125:2: warning: format '%08X' expects type 'unsigned int', but
argument 4 has type 'const void *'
kirkwood_spi.c:125:2: warning: format '%08X' expects type 'unsigned int', but
argument 5 has type 'void *'
kirkwood_spi.c:160:5: warning: format '%08x' expects type 'unsigned int', but
argument 2 has type 'void *'

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/spi/kirkwood_spi.c