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

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

Signed-off-by: default avatarAtul Deshmukh <atul.deshmukh@qlogic.com>
Signed-off-by: default avatarSaurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent b593931d
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment