Re: [PATCH net-next v2 03/10] net: phy: Move of_set_phy_eee_broken to phy-core.c

2019-02-07 Thread Andrew Lunn
On Thu, Feb 07, 2019 at 10:49:32AM +0100, Maxime Chevallier wrote: > Since of_set_phy_supported was moved to phy-core.c, we can also move > of_set_phy_eee_broken to the same location, so that we have all OF > functions in the same place. > > This patch doesn't intend to introduce any change in beh

[PATCH net-next v2 03/10] net: phy: Move of_set_phy_eee_broken to phy-core.c

2019-02-07 Thread Maxime Chevallier
Since of_set_phy_supported was moved to phy-core.c, we can also move of_set_phy_eee_broken to the same location, so that we have all OF functions in the same place. This patch doesn't intend to introduce any change in behaviour. Signed-off-by: Maxime Chevallier --- drivers/net/phy/phy-core.c