File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -2776,23 +2776,19 @@ fdls_process_tgt_prli_rsp(struct fnic_iport_s *iport,
2776
2776
/*Retry Plogi again from the timer routine. */
2777
2777
tport -> flags |= FNIC_FDLS_RETRY_FRAME ;
2778
2778
return ;
2779
- } else {
2780
- FNIC_FCS_DBG (KERN_INFO , fnic -> host , fnic -> fnic_num ,
2781
- "PRLI returned ELS_LS_RJT from target: 0x%x" ,
2782
- tgt_fcid );
2783
-
2784
- fdls_tgt_logout (iport , tport );
2785
- fdls_delete_tport (iport , tport );
2786
- return ;
2787
2779
}
2788
- break ;
2780
+ FNIC_FCS_DBG (KERN_INFO , fnic -> host , fnic -> fnic_num ,
2781
+ "PRLI returned ELS_LS_RJT from target: 0x%x" ,
2782
+ tgt_fcid );
2789
2783
2784
+ fdls_tgt_logout (iport , tport );
2785
+ fdls_delete_tport (iport , tport );
2786
+ return ;
2790
2787
default :
2791
2788
atomic64_inc (& iport -> iport_stats .tport_prli_misc_rejects );
2792
2789
FNIC_FCS_DBG (KERN_INFO , fnic -> host , fnic -> fnic_num ,
2793
2790
"PRLI not accepted from target: 0x%x" , tgt_fcid );
2794
2791
return ;
2795
- break ;
2796
2792
}
2797
2793
2798
2794
FNIC_FCS_DBG (KERN_INFO , fnic -> host , fnic -> fnic_num ,
You can’t perform that action at this time.
0 commit comments