ixgbe: return error on unsupported SFP module when resetting
authorEmil Tantilov <emil.s.tantilov@intel.com>
Fri, 20 Apr 2018 00:06:57 +0000 (17:06 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 11 May 2018 19:16:58 +0000 (12:16 -0700)
commitbbb2707623f3ccc48695da2433f06d7c38193451
treebc6ee63288a60d65a97e4dc705f362b56de8c8b8
parentea3beca422742ca7e8502496e2806421d5e9d6fd
ixgbe: return error on unsupported SFP module when resetting

Add check for unsupported module and return the error code.
This fixes a Coverity hit due to unused return status from setup_sfp.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c