Merge branch 'r8169-phy-func-ptr-arrays'
authorDavid S. Miller <davem@davemloft.net>
Sun, 14 Apr 2019 20:50:05 +0000 (13:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 14 Apr 2019 20:50:05 +0000 (13:50 -0700)
Heiner Kallweit says:

====================
r8169: create function pointer arrays for PHY and chip hw init functions

Using function pointer arrays makes the code easier to read and better
maintainable. AFAIK function pointer arrays cause some performance
drawback due to Spectre mitigation, but we're not in a hot path.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge