On Sun, Oct 25, 2015 at 01:18:41PM +0530, Prabhakar Kushwaha wrote:

> Fix below compilation warings happening for hikey_defconfig
> 
> drivers/usb/eth/smsc95xx.c:698:56: warning: cast from pointer to integer
> of different size [-Wpointer-to-int-cast]
>   debug("** %s(), len %d, buf %#x\n", __func__, length, (int)msg);
>                                                         ^
> include/common.h:109:26: note: in definition of macro ‘debug_cond’
>     printf(pr_fmt(fmt), ##args); \
>                           ^
> drivers/usb/eth/smsc95xx.c:698:2: note: in expansion of macro ‘debug’
>   debug("** %s(), len %d, buf %#x\n", __func__, length, (int)msg);
>   ^
> drivers/usb/eth/smsc95xx.c:718:2: warning: format ‘%u’ expects argument of
> type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
>   debug("Tx: len = %u, actual = %u, err = %d\n",
>   ^
> drivers/usb/eth/smsc95xx.c: In function ‘smsc95xx_recv’:
> drivers/usb/eth/smsc95xx.c:802:19: warning: cast from pointer to integer
> of different size [-Wpointer-to-int-cast]
>    cur_buf_align = (int)buf_ptr - (int)recv_buf;
>                    ^
> drivers/usb/eth/smsc95xx.c:802:34: warning: cast from pointer to integer
> of different size [-Wpointer-to-int-cast]
>    cur_buf_align = (int)buf_ptr - (int)recv_buf;
> 
> Signed-off-by: Prabhakar Kushwaha <prabha...@freescale.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to