All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 1/6] hwmon: (w83627ehf) Skip in6 and temp3 only
@ 2011-02-10  2:58 Guenter Roeck
  2011-02-10  9:43 ` [lm-sensors] [PATCH 1/6] hwmon: (w83627ehf) Skip in6 and temp3 Jean Delvare
  2011-02-10 11:51 ` Guenter Roeck
  0 siblings, 2 replies; 3+ messages in thread
From: Guenter Roeck @ 2011-02-10  2:58 UTC (permalink / raw)
  To: lm-sensors

temp3 and in6 are mutually exclusive only on W83667HG, not on W83667HG-B.
All other chips support both at the same time.

Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
---
 drivers/hwmon/w83627ehf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hwmon/w83627ehf.c b/drivers/hwmon/w83627ehf.c
index 073eabe..415c448 100644
--- a/drivers/hwmon/w83627ehf.c
+++ b/drivers/hwmon/w83627ehf.c
@@ -1398,7 +1398,7 @@ static int __devinit w83627ehf_probe(struct platform_device *pdev)
 			 || sio_data->kind = w83667hg_b) ? 3 : 4;
 
 	/* Check temp3 configuration bit for 667HG */
-	if (sio_data->kind = w83667hg || sio_data->kind = w83667hg_b) {
+	if (sio_data->kind = w83667hg) {
 		data->temp3_disable = w83627ehf_read_value(data,
 					W83627EHF_REG_TEMP_CONFIG[1]) & 0x01;
 		data->in6_skip = !data->temp3_disable;
-- 
1.7.3.1


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-10 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10  2:58 [lm-sensors] [PATCH 1/6] hwmon: (w83627ehf) Skip in6 and temp3 only Guenter Roeck
2011-02-10  9:43 ` [lm-sensors] [PATCH 1/6] hwmon: (w83627ehf) Skip in6 and temp3 Jean Delvare
2011-02-10 11:51 ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.