]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Accept SFP not present errors on all devices
authorMark Rustad <mark.d.rustad@intel.com>
Sat, 8 Aug 2015 23:17:46 +0000 (16:17 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 22 Sep 2015 22:58:29 +0000 (15:58 -0700)
commit02ffc9a05c9fdcefd16d7e9a20491355d5c19e29
treef5e00154a9f8f742a5c4706f1592f12a9fbee3a1
parentb217c8e425622118c0acf0ba116a42e962e7b0b6
ixgbe: Accept SFP not present errors on all devices

When an SFP not present error is returned by the reset_hw method,
accept it and go on, since an SFP can still be inserted. Previously
it was only accepted for 82598 devices.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c