]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: Change BUG_ON to WARN_ON in service event complete
authorShannon Nelson <shannon.nelson@intel.com>
Wed, 21 Oct 2015 23:47:03 +0000 (19:47 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 25 Nov 2015 18:05:55 +0000 (10:05 -0800)
commita47187001040663d30c1c75a6703b01828c0dcf9
tree5bf98b311faea2904b08cf274b431b30fcc9ef4c
parent2a911f3f0e280ab6a09447734f5a0945faa24cbf
i40e: Change BUG_ON to WARN_ON in service event complete

There's no need to kill the thread and eventually the kernel in this
case.  In fact, the remainder of the code won't hurt anything anyway,
so just complain that we're here and move along.

Prompted by a recent Linus diatribe.

Change-ID: Iec020d8bcfedffc1cd2553cc6905fd915bb3e670
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>
drivers/net/ethernet/intel/i40e/i40e_main.c