diff options
-rw-r--r-- | drivers/scsi/libfc/fc_rport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_rport.c b/drivers/scsi/libfc/fc_rport.c index 39e440f0f54a..3ee497a05168 100644 --- a/drivers/scsi/libfc/fc_rport.c +++ b/drivers/scsi/libfc/fc_rport.c | |||
@@ -739,7 +739,7 @@ static void fc_rport_prli_resp(struct fc_seq *sp, struct fc_frame *fp, | |||
739 | 739 | ||
740 | } else { | 740 | } else { |
741 | FC_RPORT_DBG(rdata, "Bad ELS response for PRLI command\n"); | 741 | FC_RPORT_DBG(rdata, "Bad ELS response for PRLI command\n"); |
742 | fc_rport_enter_delete(rdata, RPORT_EV_FAILED); | 742 | fc_rport_error_retry(rdata, fp); |
743 | } | 743 | } |
744 | 744 | ||
745 | out: | 745 | out: |