commit | f2aa52086fef57506980df68b92e6bd6faef3c85 | [log] [tgz] |
---|---|---|
author | Divy Le Ray <divy@chelsio.com> | Tue Jan 30 19:44:18 2007 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Feb 05 16:58:51 2007 -0500 |
tree | 726c59cc8ccf429a71ca6addf81358b192683681 | |
parent | f2c6879e062071d94d208fb22800410bf8bab294 [diff] |
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>