]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
GCC4.6: Squash warning in cmd_ide.c
authorMarek Vasut <marek.vasut@gmail.com>
Tue, 25 Oct 2011 09:39:15 +0000 (11:39 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 21:54:03 +0000 (23:54 +0200)
commit5bbe10dd2eb067a355d37bbf1a1621810bf3582e
tree468bfcfc56d9700a854b94185865d01f0352d06f
parent88ec8c1246bd13a9620a97b0007ca4162fcf5197
GCC4.6: Squash warning in cmd_ide.c

cmd_ide.c: In function ‘ide_read’:
cmd_ide.c:1227:2: warning: format ‘%LX’ expects argument of type ‘long long
unsigned int’, but argument 3 has type ‘lbaint_t’ [-Wformat]

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>
common/cmd_ide.c