commit | 8e0a8cb661dd1b90425262d9dd9c1633f1d38d6d | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Jan 25 01:26:26 2016 -0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 25 10:40:01 2016 -0500 |
tree | 2ceb9362ebddfc4e76db606f14d61768abb91faa | |
parent | b597324ede905764e151b574886635163893cd74 [diff] |
net: eepro100: Fix build warnings When building katmai, it reports quite a lot warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Fix this by casting the dev->iobase with u_long. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>