cxgbe(4): Do not issue mbox commands after t4_fw_bye.
Sponsored by: Chelsio Communications
This commit is contained in:
parent
1e13299fd8
commit
377328701d
@ -325,7 +325,9 @@ t4_destroy_clip_table(struct adapter *sc)
|
||||
("%s: CLIP entry %p still in use (%d)", __func__,
|
||||
ce, ce->refcount));
|
||||
TAILQ_REMOVE(&sc->clip_table, ce, link);
|
||||
#if 0
|
||||
delete_lip(sc, &ce->lip);
|
||||
#endif
|
||||
free(ce, M_CXGBE);
|
||||
}
|
||||
mtx_unlock(&sc->clip_table_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user