Re: [PATCH net-next] net: phy: trigger state machine immediately in phy_start_machine

2018-10-15 Thread David Miller
From: Heiner Kallweit Date: Thu, 11 Oct 2018 19:31:47 +0200 > When starting the state machine there may be work to be done > immediately, e.g. if the initial state is PHY_UP then the state > machine may trigger an autonegotiation. Having said that I see no need > to wait a second until the state

[PATCH net-next] net: phy: trigger state machine immediately in phy_start_machine

2018-10-11 Thread Heiner Kallweit
When starting the state machine there may be work to be done immediately, e.g. if the initial state is PHY_UP then the state machine may trigger an autonegotiation. Having said that I see no need to wait a second until the state machine is run first time. Signed-off-by: Heiner Kallweit --- drive