diff options
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index 4c77038c8f1..6c867311cef 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -1795,12 +1795,13 @@ lpfc_block_mgmt_io(struct lpfc_hba * phba) | |||
1795 | int | 1795 | int |
1796 | lpfc_online(struct lpfc_hba *phba) | 1796 | lpfc_online(struct lpfc_hba *phba) |
1797 | { | 1797 | { |
1798 | struct lpfc_vport *vport = phba->pport; | 1798 | struct lpfc_vport *vport; |
1799 | struct lpfc_vport **vports; | 1799 | struct lpfc_vport **vports; |
1800 | int i; | 1800 | int i; |
1801 | 1801 | ||
1802 | if (!phba) | 1802 | if (!phba) |
1803 | return 0; | 1803 | return 0; |
1804 | vport = phba->pport; | ||
1804 | 1805 | ||
1805 | if (!(vport->fc_flag & FC_OFFLINE_MODE)) | 1806 | if (!(vport->fc_flag & FC_OFFLINE_MODE)) |
1806 | return 0; | 1807 | return 0; |