diff options
author | James Smart <james.smart@emulex.com> | 2012-05-10 03:16:50 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-17 11:41:20 +0200 |
commit | a7dd9c0f44966b4328b52c5e32f8c3345e3482e5 (patch) | |
tree | b5e25f040d0614950415c56aa9cd2ab92445aad1 /drivers/scsi | |
parent | [SCSI] lpfc 8.3.31: Fix initiator sending flogi after acking flogi from target (diff) | |
download | linux-a7dd9c0f44966b4328b52c5e32f8c3345e3482e5.tar.xz linux-a7dd9c0f44966b4328b52c5e32f8c3345e3482e5.zip |
[SCSI] lpfc 8.3.31: Fix unable to create vports on FCoE SLI4 adapter
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index b887c9c5372a..57eaaa51e1d6 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c @@ -7895,7 +7895,7 @@ lpfc_sli4_iocb2wqe(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq, iocbq->vport->fc_myDID); bf_set(wqe_ct, &wqe->els_req.wqe_com, 1); bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, - phba->vpi_ids[phba->pport->vpi]); + phba->vpi_ids[iocbq->vport->vpi]); } else if (pcmd && iocbq->context1) { bf_set(wqe_ct, &wqe->els_req.wqe_com, 0); bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, |