From: Heiner Kallweit <hkallwe...@gmail.com> Date: Sun, 11 Mar 2018 15:00:37 +0100
> Currently the link state is initialized to "up" when the phy_device is > being created. This is not consistent with the phy state being > initialized to PHY_DOWN. > > Usually this doen't do any harm because the link state is updated > once the PHY reaches state PHY_AN. However e.g. if a LAN port isn't > used and the PHY remains down this inconsistency remains and calls > to functions like phy_print_status() give false results. > Therefore change the initialization to link being down. > > Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com> Applied, thank you.