|
@@ -735,7 +735,7 @@ void qla4_8xxx_watchdog(struct scsi_qla_host *ha)
|
|
|
/* don't poll if reset is going on */
|
|
|
if (!(test_bit(DPC_RESET_ACTIVE, &ha->dpc_flags) ||
|
|
|
test_bit(DPC_RESET_HA, &ha->dpc_flags) ||
|
|
|
- test_bit(DPC_RESET_ACTIVE, &ha->dpc_flags))) {
|
|
|
+ test_bit(DPC_RETRY_RESET_HA, &ha->dpc_flags))) {
|
|
|
if (dev_state == QLA82XX_DEV_NEED_RESET &&
|
|
|
!test_bit(DPC_RESET_HA, &ha->dpc_flags)) {
|
|
|
if (!ql4xdontresethba) {
|