]> Git Repo - u-boot.git/commit
net: rtl8169: Build warning fixes for 64-bit
authorThierry Reding <[email protected]>
Fri, 20 Mar 2015 11:41:21 +0000 (12:41 +0100)
committerJoe Hershberger <[email protected]>
Mon, 20 Apr 2015 22:57:11 +0000 (17:57 -0500)
commit744152f8cf426ee939fc469925ebafca89fe14d5
tree0544cbf8790c566e44d1164b82b7e9202aa4825e
parent3cee1388927015fc96edcd6e3ed707cb3a5fa26b
net: rtl8169: Build warning fixes for 64-bit

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 <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
drivers/net/rtl8169.c
This page took 0.028275 seconds and 4 git commands to generate.