From: Russell King <rmk+ker...@armlinux.org.uk> Date: Wed, 06 Feb 2019 10:52:30 +0000
> When we probe a SFP module, we expect to be able to call the upstream > device's module_insert() function so that the upstream link can be > configured. However, when the upstream device is delayed, we currently > may end up probing the module before the upstream device is available, > and lose the module_insert() call. > > Avoid this by holding off probing the module until the SFP bus is > properly connected to both the SFP socket driver and the upstream > driver. > > Signed-off-by: Russell King <rmk+ker...@armlinux.org.uk> Applied, thanks Russell. -stable?