sfc_ef100: PHY probe stub
authorEdward Cree <ecree@solarflare.com>
Mon, 27 Jul 2020 11:56:26 +0000 (12:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2020 19:26:55 +0000 (12:26 -0700)
commitaa86a75fed03bca1372cbaf0c3587f6707453a52
tree1a459e4f3a2a26c8bb23ba674a1add73b0bb0af3
parentc027f2a72a3149a28387a67a58a6cfc585bbcd53
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>
drivers/net/ethernet/sfc/ef100_nic.c