Skip to content
Snippets Groups Projects
Commit 744152f8 authored by Thierry Reding's avatar Thierry Reding Committed by Joe Hershberger
Browse files

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 <joe.hershberger@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 3cee1388
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment