summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
diff options
context:
space:
mode:
authorJames Smart2016-07-06 21:36:06 +0200
committerMartin K. Petersen2016-07-15 21:25:06 +0200
commit0e916ee71d2f0453dbfe402cd8ca24f9668518ad (patch)
tree7e0df2fb3d0bc81ecbd6bd275509df0f13a5e50f /drivers/scsi/lpfc/lpfc_init.c
parentlpfc: Add support for XLane LUN priority (diff)
downloadkernel-qcow2-linux-0e916ee71d2f0453dbfe402cd8ca24f9668518ad.tar.gz
kernel-qcow2-linux-0e916ee71d2f0453dbfe402cd8ca24f9668518ad.tar.xz
kernel-qcow2-linux-0e916ee71d2f0453dbfe402cd8ca24f9668518ad.zip
lpfc: Correct Port reset resulting in FC port going offline
Correct Port reset resulting in FC port going offline Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index 6e11574ac6f2..f4b3548f101a 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -1595,9 +1595,10 @@ lpfc_sli4_port_sta_fn_reset(struct lpfc_hba *phba, int mbx_action,
* ready before performing reset.
*/
rc = lpfc_sli4_pdev_status_reg_wait(phba);
- if (!rc)
+ if (rc)
return rc;
}
+
/* need reset: attempt for port recovery */
if (en_rn_msg)
lpfc_printf_log(phba, KERN_ERR, LOG_INIT,