]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 10 Mar 2016 16:33:17 +0000 (08:33 -0800)
commitfda4785e561c9d4c1d5f2c4eb7791145c62ef351
treef9301cf9bb1a280a300072dd5a4eb5edd65f8f79
parent8d7578feb0bb67ecf76c5343ed6d35cf075080c0
i40e: Change BUG_ON to WARN_ON in service event complete

Orabug: 22342532

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>
(cherry picked from commit b875f99b4cb454e0aa1e68d2d8792112a1e07050)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_main.c