Re: [PATCH 03/10] net: rtl8139: Use dev->iobase instead of custom ioaddr

2020-06-12 Thread Tom Rini
On Sat, May 09, 2020 at 10:34:37PM +0200, Marek Vasut wrote: > Replace the use of custom static ioaddr variable with common dev->iobase, > no functional change. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signat

[PATCH 03/10] net: rtl8139: Use dev->iobase instead of custom ioaddr

2020-05-09 Thread Marek Vasut
Replace the use of custom static ioaddr variable with common dev->iobase, no functional change. Signed-off-by: Marek Vasut Cc: Joe Hershberger --- drivers/net/rtl8139.c | 84 --- 1 file changed, 38 insertions(+), 46 deletions(-) diff --git a/drivers/net/