ice: Continue probe on link/PHY errors
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Fri, 26 Feb 2021 21:19:22 +0000 (13:19 -0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 29 Mar 2021 17:11:55 +0000 (10:11 -0700)
commit08771bce330036d473be6ce851cd00bcd351ebf6
treedb4823d9222c9cbee8f0707b93c02992af63bea2
parent1b479fb801602b22512f53c19b1f93a4fc5d5d9d
ice: Continue probe on link/PHY errors

An incorrect NVM update procedure can result in the driver failing probe.
In this case, the recommended resolution method is to update the NVM
using the right procedure. However, if the driver fails probe, the user
will not be able to update the NVM. So do not fail probe on link/PHY
errors.

Fixes: 1a3571b5938c ("ice: restore PHY settings on media insertion")
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_main.c