Re: [U-Boot] [PATCH 06/13] net: rtl8169: Build warning fixes for 64-bit

2015-03-20 Thread Joe Hershberger
Hi Thierry, On Fri, Mar 20, 2015 at 6:41 AM, Thierry Reding wrote: > > From: Thierry Reding > > Turn ioaddr into an unsigned long rather than a sized 32-bit variable. > While at it, fix a couple of pointer to integer cast size mismatch > warnings by casting through unsigned long going from point

[U-Boot] [PATCH 06/13] net: rtl8169: Build warning fixes for 64-bit

2015-03-20 Thread Thierry Reding
From: Thierry Reding Turn ioaddr into an unsigned long rather than a sized 32-bit variable. While at it, fix a couple of pointer to integer cast size mismatch warnings by casting through unsigned long going from pointers to integers and vice versa. Cc: Joe Hershberger Signed-off-by: Thierry Red