Hello:
This patch was applied to netdev/net.git (master) by David S. Miller davem@davemloft.net:
On Wed, 19 Jan 2022 17:44:55 +0100 you wrote:
Commit ce0aa27ff3f6 ("sfp: add sfp-bus to bridge between network devices and sfp cages") added code which finds SFP bus DT node even if the node is disabled with status = "disabled". Because of this, when phylink is created, it ends with non-null .sfp_bus member, even though the SFP module is not probed (because the node is disabled).
We need to ignore disabled SFP bus node.
[...]
Here is the summary with links: - [net] net: sfp: ignore disabled SFP node https://git.kernel.org/netdev/net/c/2148927e6ed4
You are awesome, thank you!