[SCSI] qla2xxx: Remove handling of Shutdown Requested AEN from qlafx00_process_aen().
authorArmen Baloyan <armen.baloyan@qlogic.com>
Tue, 27 Aug 2013 05:37:44 +0000 (01:37 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 3 Sep 2013 14:28:05 +0000 (07:28 -0700)
Signed-off-by: Armen Baloyan <armen.baloyan@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_mr.c

index ae1d00c..470f070 100644 (file)
@@ -1734,10 +1734,6 @@ qlafx00_process_aen(struct scsi_qla_host *vha, struct qla_work_evt *evt)
        aen_data = evt->u.aenfx.evtcode;
 
        switch (evt->u.aenfx.evtcode) {
-       case QLAFX00_MBA_SHUTDOWN_RQSTD: /* FW shutdown pending */
-               set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
-               rval = qlafx00_driver_shutdown(vha, 10);
-               break;
        case QLAFX00_MBA_PORT_UPDATE:           /* Port database update */
                if (evt->u.aenfx.mbx[1] == 0) {
                        if (evt->u.aenfx.mbx[2] == 1) {