Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e475f9c0 authored by Jan Kulich's avatar Jan Kulich Committed by Christoph Hellwig
Browse files

qla2xxx: ISPFx00 unexpected resets during adapter boot sequence.

parent 24a42d50
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1551,7 +1551,10 @@ qlafx00_timer_routine(scsi_qla_host_t *vha)
			ha->mr.fw_reset_timer_tick =
			    QLAFX00_MAX_RESET_INTERVAL;
		}
		if (ha->mr.old_aenmbx0_state != aenmbx0) {
			ha->mr.old_aenmbx0_state = aenmbx0;
			ha->mr.fw_reset_timer_tick = QLAFX00_RESET_INTERVAL;
		}
		ha->mr.fw_reset_timer_tick--;
	}
	if (test_bit(FX00_CRITEMP_RECOVERY, &vha->dpc_flags)) {