Re: [PATCH net-next 2/2] r8169: remove duplicated RTL8169s PHY initialization steps

2018-09-19 Thread David Miller
From: Heiner Kallweit Date: Wed, 19 Sep 2018 22:02:11 +0200 > Setting register 0x82 to value 01 is done a few lines before for all > chip versions <= 06 anyway. And setting PHY register 0x0b to value 00 > is done at the end of rtl8169s_hw_phy_config() already. So we can > remove this. > > Signed

[PATCH net-next 2/2] r8169: remove duplicated RTL8169s PHY initialization steps

2018-09-19 Thread Heiner Kallweit
Setting register 0x82 to value 01 is done a few lines before for all chip versions <= 06 anyway. And setting PHY register 0x0b to value 00 is done at the end of rtl8169s_hw_phy_config() already. So we can remove this. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/r8169.c | 9 --