]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: fix setup_fc for x550em
authorEmil Tantilov <emil.s.tantilov@intel.com>
Fri, 8 Jul 2016 00:18:38 +0000 (17:18 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Sat, 25 Feb 2017 05:47:48 +0000 (21:47 -0800)
commitbe1af446d8e38391ea7c0ff0515907ade677c369
treef19477c5a327e88c250c53bc3d102e4c523c0ccf
parent82d230bee276a5562ab4b74ef328d85e1b5b0f4b
ixgbe: fix setup_fc for x550em

Orabug: 24568240

mac->ops.setup_fc can be null for backplanes which can cause the driver
to crash on load.

Reported-by: Patrick McLean <patrickm@gaikai.com>
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>
(cherry picked from commit abf76d76c5e716a0129180b8f464b1b293823adf)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c