diff options
author | James Smart <james.smart@emulex.com> | 2015-04-07 15:07:21 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-04-10 10:49:23 -0400 |
commit | 34154e05bc135f16804584d81a8c810611a4abe9 (patch) | |
tree | 37bd6f082d7ff8d43994558013dd2b73152bb91b | |
parent | 63e480fd2f598e9ad37f89e79c36834e7dd60ba0 (diff) |
lpfc: Initiator sends wrong BBCredit value for either FLOGI or FLOGI_ACC
Signed-off-by: Dick Kennedy <dick.kennedy@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
-rw-r--r-- | drivers/scsi/lpfc/lpfc_els.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c index 9f3c74e07a63..f73d58c8fec3 100644 --- a/drivers/scsi/lpfc/lpfc_els.c +++ b/drivers/scsi/lpfc/lpfc_els.c | |||
@@ -5197,7 +5197,6 @@ lpfc_els_rcv_flogi(struct lpfc_vport *vport, struct lpfc_iocbq *cmdiocb, | |||
5197 | port_state = vport->port_state; | 5197 | port_state = vport->port_state; |
5198 | vport->fc_flag |= FC_PT2PT; | 5198 | vport->fc_flag |= FC_PT2PT; |
5199 | vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP); | 5199 | vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP); |
5200 | vport->port_state = LPFC_FLOGI; | ||
5201 | spin_unlock_irq(shost->host_lock); | 5200 | spin_unlock_irq(shost->host_lock); |
5202 | lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS, | 5201 | lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS, |
5203 | "3311 Rcv Flogi PS x%x new PS x%x " | 5202 | "3311 Rcv Flogi PS x%x new PS x%x " |