On 04/20/2015 03:56 PM, James Smart wrote:
> 
> Correct loss of target discovery after cable swap.
> 
> Fix incorrect reference counting
> 
> Signed-off-by: Dick Kennedy <dick.kenn...@emulex.com>
> Signed-off-by: James Smart <james.sm...@emulex.com>
> ---
>  drivers/scsi/lpfc/lpfc_hbadisc.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c 
> b/drivers/scsi/lpfc/lpfc_hbadisc.c
> index f2db89f..72388a6 100644
> --- a/drivers/scsi/lpfc/lpfc_hbadisc.c
> +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c
> @@ -4296,9 +4296,9 @@ lpfc_drop_node(struct lpfc_vport *vport, struct 
> lpfc_nodelist *ndlp)
>       if (vport->phba->sli_rev == LPFC_SLI_REV4) {
>               lpfc_cleanup_vports_rrqs(vport, ndlp);
>               lpfc_unreg_rpi(vport, ndlp);
> -     } else {
> -             lpfc_nlp_put(ndlp);
>       }
> +
> +     lpfc_nlp_put(ndlp);
>       return;
>  }
>  
> 
Reviewed-by: Hannes Reinecke <h...@suse.de>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke                   zSeries & Storage
h...@suse.de                          +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to