ionic: no link check until after probe
authorShannon Nelson <snelson@pensando.io>
Thu, 30 Apr 2020 21:33:41 +0000 (14:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 May 2020 01:02:46 +0000 (18:02 -0700)
commit16f3fd3dccaa167525018a2b9f8140f0fe5903d5
treeaf692a41cf6058aad8c975533edd0909df6297e2
parent865308373ed49c9fb05720d14cbf1315349b32a9
ionic: no link check until after probe

Don't bother with the link check during probe, let
the watchdog notice the first link-up.  This allows
probe to finish cleanly without any interruptions
from over excited user programs opening the device
as soon as it is registered.

Fixes: c672412f6172 ("ionic: remove lifs on fw reset")
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_lif.c