Re: [U-Boot] [PATCH] net: eepro100: Fix build warnings

2016-01-25 Thread Joe Hershberger
On Mon, Jan 25, 2016 at 3:26 AM, Bin Meng wrote: > 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

[U-Boot] [PATCH] net: eepro100: Fix build warnings

2016-01-25 Thread Bin Meng
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 --- drivers/net/eepro100.c | 8 1 file changed, 4