From: Divy Le Ray Date: Wed, 31 Jan 2007 03:44:18 +0000 (-0800) Subject: cxgb3 - Remove BUG_ON from t3b_intr_napi X-Git-Tag: v2.6.21-rc2~42^2~11^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2aa52086fef57506980df68b92e6bd6faef3c85;p=pandora-kernel.git cxgb3 - Remove BUG_ON from t3b_intr_napi In some cases, SG_DATA_INTR won't clear on read and the following interrupt may cause us to assert because NAPI is already scheduled. Remove the assertion, NAPI can handle attempts to rearm it while it's already scheduled. Signed-off-by: Divy Le Ray Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed