Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367407
b: refs/heads/master
c: 490b773
h: refs/heads/master
i:
  367405: 1a7f2b7
  367403: 1b1c3f5
  367399: 73ba597
  367391: f9b40a7
v: v3
  • Loading branch information
Joe Carnuccio authored and James Bottomley committed Apr 11, 2013
1 parent 657ff51 commit dccf882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3040572d3cd61cb57d93a4b287b911ddd78c49ec
refs/heads/master: 490b773a02a1832f629fe36e3e5d6b9d54f74d2c
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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;
}

Expand Down

0 comments on commit dccf882

Please sign in to comment.