Re: [U-Boot] [PATCH] drivers/net/fec: phy_init: remove redundant logic

2019-03-04 Thread Joe Hershberger
On Fri, Feb 15, 2019 at 3:30 AM Hannes Schmelzer wrote: > > The phy_connect_dev(...) function from phy.c does all the handling > (inclusive catching fixed-link). > > So we drop here the single steps and call just phy_connect_dev(...). > > Signed-off-by: Hannes Schmelzer Acked-by: Joe

[U-Boot] [PATCH] drivers/net/fec: phy_init: remove redundant logic

2019-02-15 Thread Hannes Schmelzer
The phy_connect_dev(...) function from phy.c does all the handling (inclusive catching fixed-link). So we drop here the single steps and call just phy_connect_dev(...). Signed-off-by: Hannes Schmelzer --- drivers/net/fec_mxc.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-)