|
@@ -433,7 +433,7 @@ lpfc_bsg_rport_els_cmp(struct lpfc_hba *phba,
|
|
dd_data = cmdiocbq->context1;
|
|
dd_data = cmdiocbq->context1;
|
|
/* normal completion and timeout crossed paths, already done */
|
|
/* normal completion and timeout crossed paths, already done */
|
|
if (!dd_data) {
|
|
if (!dd_data) {
|
|
- spin_unlock_irqrestore(&phba->hbalock, flags);
|
|
|
|
|
|
+ spin_unlock_irqrestore(&phba->ct_ev_lock, flags);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1196,7 +1196,7 @@ lpfc_issue_ct_rsp_cmp(struct lpfc_hba *phba,
|
|
dd_data = cmdiocbq->context1;
|
|
dd_data = cmdiocbq->context1;
|
|
/* normal completion and timeout crossed paths, already done */
|
|
/* normal completion and timeout crossed paths, already done */
|
|
if (!dd_data) {
|
|
if (!dd_data) {
|
|
- spin_unlock_irqrestore(&phba->hbalock, flags);
|
|
|
|
|
|
+ spin_unlock_irqrestore(&phba->ct_ev_lock, flags);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|