projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a0358
)
[SCSI] qla2xxx: Display mailbox failure by default.
author
Saurav Kashyap
<saurav.kashyap@qlogic.com>
Wed, 22 Aug 2012 18:20:59 +0000
(14:20 -0400)
committer
James Bottomley
<JBottomley@Parallels.com>
Fri, 14 Sep 2012 17:28:46 +0000
(18:28 +0100)
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_mbx.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_mbx.c
b/drivers/scsi/qla2xxx/qla_mbx.c
index
d5ce92c
..
f8a1a64
100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_mbx.c
+++ b/
drivers/scsi/qla2xxx/qla_mbx.c
@@
-369,7
+369,7
@@
premature_exit:
mbx_done:
if (rval) {
- ql_
dbg(ql_dbg_mbx
, base_vha, 0x1020,
+ ql_
log(ql_log_warn
, base_vha, 0x1020,
"**** Failed mbx[0]=%x, mb[1]=%x, mb[2]=%x, mb[3]=%x, cmd=%x ****.\n",
mcp->mb[0], mcp->mb[1], mcp->mb[2], mcp->mb[3], command);
} else {