提交 02309ad2 编写于 作者: G Guenter Roeck

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: NGuenter Roeck <guenter.roeck@ericsson.com>
上级 d42e869a
......@@ -1899,9 +1899,10 @@ static int __devinit w83627ehf_probe(struct platform_device *pdev)
else
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) {
u8 reg;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册