cxgbe/t4_tom: Remove duplicate unlock in t4_tom_deactivate.

Fixes:	c1c524852f cxgbe/t4_tom: Implement uld_stop and uld_restart for ULD_TOM.
MFC after:	1 week
Sponsored by:	Chelsio Communications
This commit is contained in:
Navdeep Parhar 2024-09-29 13:04:30 -07:00
parent f321956d98
commit cc110bbec6

View file

@ -1966,7 +1966,6 @@ t4_tom_deactivate(struct adapter *sc)
MPASS(TAILQ_EMPTY(&td->synqe_list));
MPASS(TAILQ_EMPTY(&td->stranded_tids));
mtx_unlock(&td->toep_list_lock);
mtx_unlock(&td->toep_list_lock);
mtx_lock(&td->lctx_hash_lock);
if (td->lctx_count > 0)