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

jedec_flash.c: In function 'fill_info':
jedec_flash.c:393: warning: format '%x' expects type 'unsigned int', but
argument 2 has type 'ulong'
jedec_flash.c:393: warning: format '%x' expects type 'unsigned int', but
argument 3 has type 'ulong'
jedec_flash.c:402: warning: format '%d' expects type 'int', but argument 2 has
type 'ulong'
jedec_flash.c:402: warning: format '%d' expects type 'int', but argument 3 has
type 'ulong'

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>
Cc: Scott Wood <scottwood@freescale.com>
drivers/mtd/jedec_flash.c