[lm-sensors] [PATCH 09/10] hwmon/w83627ehf: No need to initialize fan_min
Jean Delvare
khali at linux-fr.org
Sun Jun 24 11:21:43 CEST 2007
We don't need to initialize fan_min in this driver, as the fan_div
attributes are read-only.
Signed-off-by: Jean Delvare <khali at linux-fr.org>
---
drivers/hwmon/w83627ehf.c | 5 -----
1 file changed, 5 deletions(-)
--- linux-2.6.22-rc5.orig/drivers/hwmon/w83627ehf.c 2007-06-24 10:42:39.000000000 +0200
+++ linux-2.6.22-rc5/drivers/hwmon/w83627ehf.c 2007-06-24 10:46:24.000000000 +0200
@@ -1269,11 +1269,6 @@ static int __devinit w83627ehf_probe(str
/* Initialize the chip */
w83627ehf_init_device(data);
- /* A few vars need to be filled upon startup */
- for (i = 0; i < 5; i++)
- data->fan_min[i] = w83627ehf_read_value(data,
- W83627EHF_REG_FAN_MIN[i]);
-
data->vrm = vid_which_vrm();
superio_enter(sio_data->sioreg);
/* Set VID input sensibility if needed. In theory the BIOS should
--
Jean Delvare
More information about the lm-sensors
mailing list