net: eepro100: Use standard I/O accessors
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 23 May 2020 12:14:45 +0000 (14:14 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commit81bdeea2fe62277922a6bd735f936b168352a49d
treeabd7278eed6942d0c5b4180194a7138882b636da
parentf3878f5c2821cca2c2587adf522319578ed0c1da
net: eepro100: Use standard I/O accessors

The current eepro100 driver accesses its memory mapped registers directly
instead of using the standard I/O accessors. This can cause problems on
some systems as the accesses can get out of order. So convert the direct
volatile dereferences to use the normal in/out macros.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
drivers/net/eepro100.c