[U-Boot] [U-Boot, 2/5] driver: dwmmc: Fix pointer conversion warnings for hikey
Tom Rini
trini at konsulko.com
Fri Nov 13 02:28:42 CET 2015
On Sun, Oct 25, 2015 at 01:18:25PM +0530, Prabhakar Kushwaha wrote:
> Fix below compilation warings happening for hikey_defconfig
>
> drivers/mmc/dw_mmc.c: In function ‘dwmci_set_idma_desc’:
> drivers/mmc/dw_mmc.c:43:20: warning: cast from pointer to integer
> of different size [-Wpointer-to-int-cast]
> desc->next_addr = (unsigned int)desc + sizeof(struct dwmci_idmac);
> ^
> drivers/mmc/dw_mmc.c: In function ‘dwmci_prepare_data’:
> drivers/mmc/dw_mmc.c:61:35: warning: cast from pointer to integer
> of different size [-Wpointer-to-int-cast]
> dwmci_writel(host, DWMCI_DBADDR, (unsigned int)cur_idmac);
> ^
> drivers/mmc/dw_mmc.c:73:9: warning: cast from pointer to integer
> of different size [-Wpointer-to-int-cast]
> (u32)bounce_buffer + (i * PAGE_SIZE));
> ^
> CC drivers/mmc/hi6220_dw_mmc.o
> drivers/mmc/hi6220_dw_mmc.c: In function ‘hi6220_dwmci_add_port’:
> drivers/mmc/hi6220_dw_mmc.c:51:17: warning: cast to pointer from integer
> of different size [-Wint-to-pointer-cast]
> host->ioaddr = (void *)regbase;
>
> Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151112/2d08be2d/attachment.sig>
More information about the U-Boot
mailing list