commit | e85d81a1840a000adc00ed75be553b886660884f | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Sun Nov 10 14:06:13 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 11 16:17:00 2019 -0800 |
tree | 93a5a14961cdcfb8ba3fab233d82b6413cc4896d | |
parent | 2fca4ac914a16c85721a83fa30cc586faf46ca18 [diff] |
net: sfp: move sfp sub-state machines into separate functions Move the SFP sub-state machines out of the main state machine function, in preparation for it doing a bit more with the device state. By doing so, we ensure that our debug after the main state machine is always printed. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>