]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit56b850d708b2665e3ee953724e319a52f36add37
treeeadb894fd78b63c21c7eff8dc50d2074f895d182
parent7e4c1281556c5a1c5c0ba626720715968c667a05
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