projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b593931
)
[SCSI] qla2xxx: Use proper message for Non owner reset ACK Timeout.
author
Atul Deshmukh
<atul.deshmukh@qlogic.com>
Wed, 26 Feb 2014 09:14:59 +0000
(
04:14
-0500)
committer
James Bottomley
<JBottomley@Parallels.com>
Sat, 15 Mar 2014 17:17:48 +0000
(10:17 -0700)
Signed-off-by: Atul Deshmukh <atul.deshmukh@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_nx2.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_nx2.c
b/drivers/scsi/qla2xxx/qla_nx2.c
index f60989d729a8cfae5648e4fc704eab8710681d58..1f4c72a759fe7f156a098d1813e9f6dce6b543aa 100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_nx2.c
+++ b/
drivers/scsi/qla2xxx/qla_nx2.c
@@
-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;
}