diff options
author | Joe Carnuccio <joe.carnuccio@qlogic.com> | 2013-08-27 07:37:36 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-09-03 16:28:03 +0200 |
commit | 1ae47cf3007f8f8b7c71efad7ed484d9e1f2831d (patch) | |
tree | 927215177b08d9f1827fcbeae5fd9037db51e026 /drivers/scsi/qla2xxx/qla_attr.c | |
parent | [SCSI] qla2xxx: Add setting of driver version string for vendor application. (diff) | |
download | linux-1ae47cf3007f8f8b7c71efad7ed484d9e1f2831d.tar.xz linux-1ae47cf3007f8f8b7c71efad7ed484d9e1f2831d.zip |
[SCSI] qla2xxx: Reconfigure thermal temperature.
For supported ISPS, Read asic temperature by calling the
GET PARAMS (type C) mailbox command.
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>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_attr.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_attr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c index 8e8b50ee9a0e..93f378325f45 100644 --- a/drivers/scsi/qla2xxx/qla_attr.c +++ b/drivers/scsi/qla2xxx/qla_attr.c @@ -1300,12 +1300,6 @@ qla2x00_thermal_temp_show(struct device *dev, scsi_qla_host_t *vha = shost_priv(class_to_shost(dev)); uint16_t temp = 0; - if (!vha->hw->thermal_support) { - ql_log(ql_log_warn, vha, 0x70db, - "Thermal not supported by this card.\n"); - goto done; - } - if (qla2x00_reset_active(vha)) { ql_log(ql_log_warn, vha, 0x70dc, "ISP reset active.\n"); goto done; |