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

Commit 145083e6 authored by Atul Deshmukh's avatar Atul Deshmukh Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Use proper message for Non owner reset ACK Timeout.

parent b593931d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1578,8 +1578,8 @@ qla8044_need_reset_handler(struct scsi_qla_host *vha)
		do {
			if (time_after_eq(jiffies, dev_init_timeout)) {
				ql_log(ql_log_info, vha, 0xb0c4,
				    "%s: Non Reset owner DEV INIT "
				    "TIMEOUT!\n", __func__);
				    "%s: Non Reset owner: Reset Ack Timeout!\n",
				    __func__);
				break;
			}