diff options
author | James Smart <james.smart@emulex.com> | 2013-07-15 22:34:22 (GMT) |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-08-23 17:21:34 (GMT) |
commit | 7f8c40cf7124074b1cf6eb3400ebfe4eedd47640 (patch) | |
tree | 3432c5435bc4c5592a4b8d0d314034cbda3afbf5 /drivers/scsi | |
parent | 182ba753b3a91a2ced021caa1763315dec2741cd (diff) | |
download | linux-fsl-qoriq-7f8c40cf7124074b1cf6eb3400ebfe4eedd47640.tar.xz |
[SCSI] lpfc 8.3.41: Fixed failure in setting SLI3 board mode
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_attr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index 9937e57..1b23053 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c @@ -674,9 +674,6 @@ lpfc_do_offline(struct lpfc_hba *phba, uint32_t type) int i; int rc; - if (phba->pport->fc_flag & FC_OFFLINE_MODE) - return 0; - init_completion(&online_compl); rc = lpfc_workq_post_event(phba, &status, &online_compl, LPFC_EVT_OFFLINE_PREP); |