diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index 20fa6785a0e2..68d62d55a3a5 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -167,7 +167,11 @@ lpfc_config_port_prep(struct lpfc_hba *phba) | |||
167 | sizeof(phba->wwpn)); | 167 | sizeof(phba->wwpn)); |
168 | } | 168 | } |
169 | 169 | ||
170 | phba->sli3_options = 0x0; | 170 | /* |
171 | * Clear all option bits except LPFC_SLI3_BG_ENABLED, | ||
172 | * which was already set in lpfc_get_cfgparam() | ||
173 | */ | ||
174 | phba->sli3_options &= (uint32_t)LPFC_SLI3_BG_ENABLED; | ||
171 | 175 | ||
172 | /* Setup and issue mailbox READ REV command */ | 176 | /* Setup and issue mailbox READ REV command */ |
173 | lpfc_read_rev(phba, pmb); | 177 | lpfc_read_rev(phba, pmb); |