Commit a6ebb8b09421 ("hwmon: (it87) Introduce feature flag to reflect internal in7 sensor") actually caused in7 to never be recognized as internal. Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> --- drivers/hwmon/it87.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c index 4763d1157a5e..32180aaa4ac6 100644 --- a/drivers/hwmon/it87.c +++ b/drivers/hwmon/it87.c @@ -1910,7 +1910,7 @@ static int __init it87_find(unsigned short *address, sio_data->internal |= (1 << 1); /* in8 (Vbat) is always internal */ - sio_data->internal = (1 << 2); + sio_data->internal |= (1 << 2); /* Only the IT8603E has in9 */ if (sio_data->type != it8603) -- 2.1.0 _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors