commit | 201d8d5e0d627a6f5f7b9688ead6793d991832ed | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Jun 02 18:15:38 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 02 18:15:38 2019 -0700 |
tree | 9b973e36265efa72a684cc15c5c505e85c91e36e | |
parent | 0b12c73a81b312f1f44ab3968b684f58f9bdbda7 [diff] | |
parent | 87945b6d8be5256f4abdcf86fe7ced6baf104a4d [diff] |
Merge branch 'r8169-replace-several-function-pointers-with-direct-calls' Heiner Kallweit says: ==================== r8169: replace several function pointers with direct calls This series removes most function pointers from struct rtl8169_private and uses direct calls instead. This simplifies the code and avoids the penalty of indirect calls in times of retpoline. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>