From: Eric Dumazet Date: Thu, 30 Oct 2014 00:07:50 +0000 (-0700) Subject: bnx2x: use napi_schedule_irqoff() X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5fbf115691c350f88bae103f629503e201a7bff;p=pandora-kernel.git bnx2x: use napi_schedule_irqoff() bnx2x_msix_fp_int() and bnx2x_interrupt() run from hard interrupt context. They can use napi_schedule_irqoff() instead of napi_schedule() Signed-off-by: Eric Dumazet Cc: Ariel Elior Signed-off-by: David S. Miller --- Reading git-diff-tree failed