]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Remove unneeded DPC wakeups from qla82xx_watchdog.
authorChad Dupuis <chad.dupuis@qlogic.com>
Thu, 19 Jul 2012 07:19:21 +0000 (12:49 +0530)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 23 Jul 2012 08:02:40 +0000 (01:02 -0700)
JIRA Key: V2632FC-116

Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
drivers/scsi/qla2xxx/qla_nx.c

index a8f81dba3b2dbeef3770620ae6eb7fe05cc52e34..2aecb682ae88aeb544328ee45481c6e1d0bf8ab6 100644 (file)
@@ -3337,13 +3337,11 @@ void qla82xx_watchdog(scsi_qla_host_t *vha)
                        ql_log(ql_log_warn, vha, 0x6001,
                            "Adapter reset needed.\n");
                        set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
-                       qla2xxx_wake_dpc(vha);
                } else if (dev_state == QLA82XX_DEV_NEED_QUIESCENT &&
                        !test_bit(ISP_QUIESCE_NEEDED, &vha->dpc_flags)) {
                        ql_log(ql_log_warn, vha, 0x6002,
                            "Quiescent needed.\n");
                        set_bit(ISP_QUIESCE_NEEDED, &vha->dpc_flags);
-                       qla2xxx_wake_dpc(vha);
                } else {
                        if (qla82xx_check_fw_alive(vha)) {
                                ql_dbg(ql_dbg_timer, vha, 0x6011,
@@ -3383,7 +3381,6 @@ void qla82xx_watchdog(scsi_qla_host_t *vha)
                                        set_bit(ISP_ABORT_NEEDED,
                                            &vha->dpc_flags);
                                }
-                               qla2xxx_wake_dpc(vha);
                                ha->flags.isp82xx_fw_hung = 1;
                                if (ha->flags.mbox_busy) {
                                        ha->flags.mbox_int = 1;