scsi: qla2xxx: Fix stuck session of PRLI reject
[sfrench/cifs-2.6.git] / drivers / scsi / qla2xxx / qla_init.c
index 7f5b5811c23d9420edaa0bd0907557d9e3498745..3f3417a3e89116743b98fc6da0e5c4bc1190c446 100644 (file)
@@ -2105,13 +2105,6 @@ qla24xx_handle_prli_done_event(struct scsi_qla_host *vha, struct event_arg *ea)
                qla24xx_post_gpdb_work(vha, ea->fcport, 0);
                break;
        default:
-               if ((ea->iop[0] == LSC_SCODE_ELS_REJECT) &&
-                   (ea->iop[1] == 0x50000)) {   /* reson 5=busy expl:0x0 */
-                       set_bit(RELOGIN_NEEDED, &vha->dpc_flags);
-                       ea->fcport->fw_login_state = DSC_LS_PLOGI_COMP;
-                       break;
-               }
-
                sp = ea->sp;
                ql_dbg(ql_dbg_disc, vha, 0x2118,
                       "%s %d %8phC priority %s, fc4type %x prev try %s\n",