r8169: change argument type of RTL8168g-specific PHY config functions
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 9 Jan 2020 19:28:08 +0000 (20:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jan 2020 00:41:34 +0000 (16:41 -0800)
commit4c867e36b89e820d6ddd901cc75b943a1e511be4
treea8e18f659b91de7de27e29809da07fe0f697cb04
parent8cecc8f0ae2e9b12f34f08a2e18d436aa7f779bd
r8169: change argument type of RTL8168g-specific PHY config functions

These functions use only the phy_device member of rtl8169_private,
so we can pass the phy_device as parameter directly.

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