ionic: remove dead device fail path
authorShannon Nelson <shannon.nelson@amd.com>
Thu, 6 Jul 2023 20:59:24 +0000 (13:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Jul 2023 08:14:45 +0000 (09:14 +0100)
commit3a7af34fb6ecd9fbeb4454fc03c654b26fab5f5e
treefdded86c606afc8cecfc910065d7c94c8fac8d8c
parentabfb2a58a5377ebab717d4362d6180f901b6e5c1
ionic: remove dead device fail path

Remove the probe error path code that leaves the driver bound
to the device, but with essentially a dead device.  This was
useful maybe twice early in the driver's life and no longer
makes sense to keep.

Fixes: 30a1e6d0f8e2 ("ionic: keep ionic dev on lif init fail")
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c