]> Git Repo - u-boot.git/commit
GCC4.6: Squash warning in jedec_flash.c
authorMarek Vasut <[email protected]>
Fri, 21 Oct 2011 14:17:11 +0000 (14:17 +0000)
committerWolfgang Denk <[email protected]>
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 <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Mike Frysinger <[email protected]>
Cc: Scott Wood <[email protected]>
drivers/mtd/jedec_flash.c
This page took 0.031832 seconds and 4 git commands to generate.