Skip to content

Commit

Permalink
[SCSI] qla2xxx: Remove handling of Shutdown Requested AEN from qlafx0…
Browse files Browse the repository at this point in the history
…0_process_aen().

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>
  • Loading branch information
Armen Baloyan authored and James Bottomley committed Sep 3, 2013
1 parent c18b8e9 commit c66fb88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/scsi/qla2xxx/qla_mr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c66fb88

Please sign in to comment.