Files
u-boot/drivers/net
Marek Vasut 26f59c28bd net: rtl8139: Pass private data into rtl8139_eeprom_delay()
Instead of always calling rtl8139_eeprom_delay() with priv->ioaddr,
call it with priv and let the function access priv->ioaddr. This
reduces code duplication and has no impact, since the compiler will
inline this as needed anyway.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
2020-06-12 13:17:23 -04:00
..
2020-05-18 18:36:55 -04:00
2020-05-18 21:19:18 -04:00
2020-05-22 19:46:45 +02:00
2018-07-26 14:08:21 -05:00
2019-08-09 23:15:01 +02:00