diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2011-10-24 23:39:57 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-27 23:54:06 +0200 |
commit | a231f04f1ad4f07af78696f516a9719d5b3deb29 (patch) | |
tree | 4db8380d41909f56eaa82b7898b9e5e6180e38fa /drivers/usb | |
parent | 66d1a2e3bb2512c48261bc08452f9866468b7d9a (diff) | |
download | u-boot-imx-a231f04f1ad4f07af78696f516a9719d5b3deb29.zip u-boot-imx-a231f04f1ad4f07af78696f516a9719d5b3deb29.tar.gz u-boot-imx-a231f04f1ad4f07af78696f516a9719d5b3deb29.tar.bz2 |
GCC4.6: Fix warnings in pxa_mmc.c
pxa_mmc.c: In function 'mmc_cmd':
pxa_mmc.c:77:2: warning: format '%08x' expects type 'unsigned int', but argument
2 has type 'ulong'
pxa_mmc.c: In function 'mmc_block_read':
pxa_mmc.c:110:2: warning: format '%d' expects type 'int', but argument 4 has
type 'ulong'
pxa_mmc.c: In function 'pxa_mmc_write':
pxa_mmc.c:327:2: warning: format '%lx' expects type 'long unsigned int', but
argument 2 has type 'uchar *'
pxa_mmc.c:349:2: warning: format '%lx' expects type 'long unsigned int', but
argument 2 has type 'uchar *'
pxa_mmc.c:354:3: warning: format '%lx' expects type 'long unsigned int', but
argument 2 has type 'uchar *'
pxa_mmc.c:362:2: warning: format '%lx' expects type 'long unsigned int', but
argument 2 has type 'uchar *'
pxa_mmc.c:367:3: warning: format '%lx' expects type 'long unsigned int', but
argument 2 has type 'uchar *'
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>
Diffstat (limited to 'drivers/usb')
0 files changed, 0 insertions, 0 deletions