Re: [U-Boot] [PATCH] drivers/mmc/fsl_esdhc.c: fix compiler warnings

2010-05-15 Thread Wolfgang Denk
In message <1273441979-25278-1-git-send-email...@denx.de> Wolfgang Denk wrote: > Commit 77c1458d caused the following compiler warnings: > > fsl_esdhc.c: In function 'esdhc_pio_read_write': > fsl_esdhc.c:142: warning: assignment discards qualifiers from pointer target > type > fsl_esdhc.c: In fun

[U-Boot] [PATCH] drivers/mmc/fsl_esdhc.c: fix compiler warnings

2010-05-09 Thread Wolfgang Denk
Commit 77c1458d caused the following compiler warnings: fsl_esdhc.c: In function 'esdhc_pio_read_write': fsl_esdhc.c:142: warning: assignment discards qualifiers from pointer target type fsl_esdhc.c: In function 'esdhc_setup_data': fsl_esdhc.c:169: warning: unused variable 'wml_value' fsl_esdhc.c