cxgb3 - Remove BUG_ON from t3b_intr_napi
authorDivy Le Ray <divy@chelsio.com>
Wed, 31 Jan 2007 03:44:18 +0000 (19:44 -0800)
committerJeff Garzik <jeff@garzik.org>
Mon, 5 Feb 2007 21:58:51 +0000 (16:58 -0500)
commitf2aa52086fef57506980df68b92e6bd6faef3c85
tree726c59cc8ccf429a71ca6addf81358b192683681
parentf2c6879e062071d94d208fb22800410bf8bab294
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 <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/cxgb3/sge.c