uboot-mt623x/drivers/mmc
Wolfgang Denk fe64fd4238 mmc: fix compiler warnings
Commit d2bf29e3 caused a number of compiler warnings:

mmc.c: In function 'mmc_bwrite':
mmc.c:97: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int'
mmc.c:97: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'lbaint_t'
mmc.c: In function 'mmc_bread':
mmc.c:229: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int'
mmc.c:229: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'lbaint_t'

Fix these.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Lei Wen <leiwen@marvell.com>
2010-09-19 12:30:54 +02:00
..
Makefile AT91: MCI: add SD/MMC driver using mmc framework 2010-09-03 11:19:01 +02:00
atmel_mci.c Convert mmc_init to mmc_legacy_init 2009-02-16 18:07:40 -06:00
atmel_mci.h AT91: MCI: add SD/MMC driver using mmc framework 2010-09-03 11:19:01 +02:00
bfin_sdh.c Blackfin: bfin_sdh: convert to portmux framework 2010-07-13 17:50:49 -04:00
fsl_esdhc.c drivers/mmc/fsl_esdhc.c: fix compiler warnings 2010-05-15 19:47:17 +02:00
gen_atmel_mci.c AT91: MCI: add SD/MMC driver using mmc framework 2010-09-03 11:19:01 +02:00
mmc.c mmc: fix compiler warnings 2010-09-19 12:30:54 +02:00
mxcmmc.c mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessors 2010-03-21 22:22:52 +01:00
omap3_mmc.c mmc: omap3: fix block read function 2010-08-12 13:50:25 -04:00
omap3_mmc.h mmc: omap3: make local symbols static 2010-08-12 13:50:19 -04:00
pxa_mmc.c PXA: PXAMMC: Add Monahans support 2010-06-13 13:39:11 +02:00
pxa_mmc.h pxa: move mmc drivers to drivers/mmc 2009-02-20 03:47:50 +01:00
s5p_mmc.c S5P: Use accessor functions instead of SoC specific defines to access the base address 2010-08-17 11:38:19 +09:00