cxgbe(4): Do not issue mbox commands after t4_fw_bye.

Sponsored by:	Chelsio Communications
This commit is contained in:
Navdeep Parhar 2018-12-19 19:21:29 +00:00
parent 1e13299fd8
commit 377328701d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342234

View File

@ -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);