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

Joe Hershberger joe.hershberger at gmail.com
Fri Mar 20 19:32:27 CET 2015


Hi Thierry,

On Fri, Mar 20, 2015 at 6:41 AM, Thierry Reding <thierry.reding at gmail.com>
wrote:
>
> From: Thierry Reding <treding at nvidia.com>
>
> 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 <joe.hershberger at gmail.com>
> Signed-off-by: Thierry Reding <treding at nvidia.com>

Fixed checkpatch failures and applied to next, thanks!
-Joe


More information about the U-Boot mailing list