commit | aa86a75fed03bca1372cbaf0c3587f6707453a52 | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Mon Jul 27 12:56:26 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 27 12:26:55 2020 -0700 |
tree | 1a459e4f3a2a26c8bb23ba674a1add73b0bb0af3 | |
parent | c027f2a72a3149a28387a67a58a6cfc585bbcd53 [diff] |
sfc_ef100: PHY probe stub We can't actually do the MCDI to probe it fully until we have working MCDI, which comes later, but we need efx->phy_data to be allocated so that when we get MCDI events the link-state change handler doesn't NULL-dereference. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>