[SCSI] lpfc 8.3.3 : FC/FCOE discovery fixes
[pandora-kernel.git] / drivers / scsi / lpfc / lpfc_vport.c
index a6313ee..e0b4992 100644 (file)
@@ -695,8 +695,6 @@ lpfc_vport_delete(struct fc_vport *fc_vport)
                }
                vport->unreg_vpi_cmpl = VPORT_INVAL;
                timeout = msecs_to_jiffies(phba->fc_ratov * 2000);
-               if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
-                       goto skip_logo;
                if (!lpfc_issue_els_npiv_logo(vport, ndlp))
                        while (vport->unreg_vpi_cmpl == VPORT_INVAL && timeout)
                                timeout = schedule_timeout(timeout);