OSDN Git Service

r8169: change type of first argument in rtl_tx_performance_tweak
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 20 Mar 2018 06:45:35 +0000 (07:45 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2018 15:47:51 +0000 (11:47 -0400)
commitcb73200c59e2f0493436a9f05835be8e37056b69
treeeadb894fd78b63c21c7eff8dc50d2074f895d182
parent1f7aa2bc268efe8c462f1d3f8778f9040047bc75
r8169: change type of first argument in rtl_tx_performance_tweak

Changing the type of the first argument to struct rtl8169_private * is more
in line with the other functions in the driver and it allows to reduce the
code size.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c