Merge branch 'r8169-phy-func-ptr-arrays'
authorDavid S. Miller <[email protected]>
Sun, 14 Apr 2019 20:50:05 +0000 (13:50 -0700)
committerDavid S. Miller <[email protected]>
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 <[email protected]>

Trivial merge