hwmon: (w83627ehf) Display correct temperature sensor labels for systems with NCT6775F

Systems with NCT6775F reported temperature sensor labels for systems with
NCT6776F. This patch fixes the problem.

Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
This commit is contained in:
Guenter Roeck 2011-03-10 15:47:14 -08:00
parent d42e869acf
commit 02309ad2b8

View file

@ -1899,9 +1899,10 @@ static int __devinit w83627ehf_probe(struct platform_device *pdev)
else else
data->in6_skip = 1; data->in6_skip = 1;
} }
data->temp_label = nct6776_temp_label;
} else {
data->temp_label = nct6775_temp_label;
} }
data->temp_label = nct6776_temp_label;
} else if (sio_data->kind == w83667hg_b) { } else if (sio_data->kind == w83667hg_b) {
u8 reg; u8 reg;