commit | 181f29da1582dec29f58ccd2a3dfbe917a1953cf | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Sun Nov 10 14:06:54 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 11 16:17:01 2019 -0800 |
tree | b0774795153a7e9bfd09b00044ad5889089bf49d | |
parent | 8e210b6bdc2c91492735c9ff913e3cdf2161f8dc [diff] |
net: sfp: split the PHY probe from sfp_sm_mod_init() Move the PHY probe into a separate function, splitting it from sfp_sm_mod_init(). This will allow us to eliminate the 50ms mdelay() inside the state machine. 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>