Quoting Heiner Kallweit (2019-01-09 19:34:56)
> When adding checks to detect wrong usage of the phylib API we added
> a check to phy_start_aneg() which is too strict. If the phylib
> state machine is in state PHY_HALTED we should allow reconfiguring
> and restarting aneg, and just don't touch the state.
>
> Fixes: 2b3e88ea6528 ("net: phy: improve phy state checking")
> Reported-by: Chris Wilson <[email protected]>
> Signed-off-by: Heiner Kallweit <[email protected]>
Courtesy of intel-gfx's CI farm,
Tested-by: Chris Wilson <[email protected]>
Thanks for the fix,
-Chris