]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: remove BUG_ON from FCoE setup
authorShannon Nelson <shannon.nelson@intel.com>
Wed, 21 Oct 2015 23:47:05 +0000 (19:47 -0400)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 10 Mar 2016 16:33:19 +0000 (08:33 -0800)
commita34debc2556e2fc2e719cf782739dbb9ae52e84d
treed932407d963bd7995c996d90e3a71ae41c2443e4
parent6483ad36c7cdfddeb11e576f4c767e903e6a033e
i40e: remove BUG_ON from FCoE setup

Orabug: 22342532

There's no need to kill the kernel thread here. If this condition was
true, the probe() would have died long before we got here. In any case,
we'll get the same result when this code tries to use the VSI pointer
being checked.

Prompted by a recent Linus diatribe.

Change-ID: I62f531cac34d4fc28ff9657d5b2d9523ae5e33a4
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit f9b26ebb6e46f2231adc22d69f4150dc53f19b74)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_fcoe.c