From: James Smart Date: Wed, 6 Jul 2016 19:36:06 +0000 (-0700) Subject: lpfc: Correct Port reset resulting in FC port going offline X-Git-Tag: Ubuntu-5.2.0-15.16~8764^2~36 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0e916ee71d2f0453dbfe402cd8ca24f9668518ad;p=mirror_ubuntu-eoan-kernel.git lpfc: Correct Port reset resulting in FC port going offline Correct Port reset resulting in FC port going offline Signed-off-by: Dick Kennedy Signed-off-by: James Smart Reviewed-by: Hannes Reinecke Signed-off-by: Martin K. Petersen --- 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,