]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.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)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 29 Feb 2016 15:55:28 +0000 (08:55 -0700)
commitfd79f5908ae1b1429e1313f354f799bfe9898c92
tree2a0bd7065f224f7e9d8ac0984147b732222d68fc
parent2f4483e3b17fec32a6de946e0fc106e55a557038
i40e: remove BUG_ON from FCoE setup

BugLink: http://bugs.launchpad.net/bugs/1536474
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: Tim Gardner <tim.gardner@canonical.com>
drivers/net/ethernet/intel/i40e/i40e_fcoe.c