commit | f769430301a1dab2f627728040a9718e5f8a34a4 | [log] [tgz] |
---|---|---|
author | Hannes Schmelzer <hannes.schmelzer@br-automation.com> | Fri Feb 15 10:30:18 2019 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Wed Mar 13 09:14:35 2019 +0100 |
tree | 6e63cae229ebf950eeca9efaeb749dbbd80005ae | |
parent | 858dd279515ed98c890d660998a4fddcb58b6f4f [diff] |
drivers/net/fec: phy_init: remove redundant logic 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 <hannes.schmelzer@br-automation.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>