diff options
author | Atul Deshmukh <atul.deshmukh@qlogic.com> | 2014-02-26 04:15:08 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2014-03-15 13:18:50 -0400 |
commit | 06aec108f5e2481246914347709d2d0c89569cf7 (patch) | |
tree | ba716132ebe6bc2a3e4815236fa7096f118d8b67 /drivers/scsi | |
parent | bfd7334e8bc944aca76dd71fdcfe41ac943c84a8 (diff) |
[SCSI] qla2xxx: Remove ISP_ABORT_NEEDED and ISP_ABORT_RETRY checks from watchdog function for ISP8044.
Signed-off-by: Atul Deshmukh <atul.deshmukh@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_nx2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_nx2.c b/drivers/scsi/qla2xxx/qla_nx2.c index 1f4c72a759fe..b7ed4784d929 100644 --- a/drivers/scsi/qla2xxx/qla_nx2.c +++ b/drivers/scsi/qla2xxx/qla_nx2.c | |||
@@ -2014,8 +2014,6 @@ qla8044_watchdog(struct scsi_qla_host *vha) | |||
2014 | 2014 | ||
2015 | /* don't poll if reset is going on or FW hang in quiescent state */ | 2015 | /* don't poll if reset is going on or FW hang in quiescent state */ |
2016 | if (!(test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) || | 2016 | if (!(test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) || |
2017 | test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags) || | ||
2018 | test_bit(ISP_ABORT_RETRY, &vha->dpc_flags) || | ||
2019 | test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags))) { | 2017 | test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags))) { |
2020 | dev_state = qla8044_rd_direct(vha, QLA8044_CRB_DEV_STATE_INDEX); | 2018 | dev_state = qla8044_rd_direct(vha, QLA8044_CRB_DEV_STATE_INDEX); |
2021 | 2019 | ||