projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3040572
)
[SCSI] qla2xxx: Add clarifying printk to thermal access fail cases.
author
Joe Carnuccio
<joe.carnuccio@qlogic.com>
Thu, 28 Mar 2013 12:21:25 +0000
(08:21 -0400)
committer
James Bottomley
<JBottomley@Parallels.com>
Thu, 11 Apr 2013 22:47:40 +0000
(15:47 -0700)
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@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 43345af56431d011850ad5568b5154179b4b3432..3b6a41c7fecf0cf9298f9330f18346929e172ae9 100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_mbx.c
+++ b/
drivers/scsi/qla2xxx/qla_mbx.c
@@
-4518,7
+4518,8
@@
qla2x00_get_thermal_temp(scsi_qla_host_t *vha, uint16_t *temp)
goto done;
ql_log(ql_log_warn, vha, 0x10c9,
- "Thermal not supported by I2C.\n");
+ "Thermal not supported through I2C bus, trying alternate "
+ "method (ISP access).\n");
ha->thermal_support &= ~THERMAL_SUPPORT_I2C;
}
@@
-4528,7
+4529,7
@@
qla2x00_get_thermal_temp(scsi_qla_host_t *vha, uint16_t *temp)
goto done;
ql_log(ql_log_warn, vha, 0x1019,
- "Thermal not supported
by
ISP.\n");
+ "Thermal not supported
through
ISP.\n");
ha->thermal_support &= ~THERMAL_SUPPORT_ISP;
}