mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
f321956d98
commit
cc110bbec6
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue