net: rtl8139: Use dev->iobase instead of custom ioaddr
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 9 May 2020 20:34:37 +0000 (22:34 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jun 2020 17:17:23 +0000 (13:17 -0400)
commitf4385539f1a6b4def6bf74091a2bc11f574d3bd1
treec2d2108e2b717fe80824e71427faa1309b21f55a
parent1ba8d9844562c74f0d80423d5dac658291d6d2f1
net: rtl8139: Use dev->iobase instead of custom ioaddr

Replace the use of custom static ioaddr variable with common dev->iobase,
no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/rtl8139.c