From: David S. Miller Date: Mon, 3 Jun 2019 01:15:38 +0000 (-0700) Subject: Merge branch 'r8169-replace-several-function-pointers-with-direct-calls' X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=201d8d5e0d627a6f5f7b9688ead6793d991832ed;p=openwrt%2Fstaging%2Fblogic.git 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 --- 201d8d5e0d627a6f5f7b9688ead6793d991832ed