diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hbadisc.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hbadisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index 5073c127bfe1..1b2771ac15f2 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c | |||
@@ -4474,7 +4474,7 @@ lpfc_unregister_unused_fcf(struct lpfc_hba *phba) | |||
4474 | return; | 4474 | return; |
4475 | } | 4475 | } |
4476 | 4476 | ||
4477 | lpfc_unreg_vfi(mbox, phba->pport->vfi); | 4477 | lpfc_unreg_vfi(mbox, phba->pport); |
4478 | mbox->vport = phba->pport; | 4478 | mbox->vport = phba->pport; |
4479 | mbox->mbox_cmpl = lpfc_unregister_vfi_cmpl; | 4479 | mbox->mbox_cmpl = lpfc_unregister_vfi_cmpl; |
4480 | 4480 | ||