提交 e9572fdd 编写于 作者: M Michael Walle 提交者: Guenter Roeck

hwmon: (lm90) fix temp1_max_alarm attribute

Since commit commit eb1c8f43 ("hwmon: (lm90) Convert to use new hwmon
registration API") the temp1_max_alarm and temp1_crit_alarm attributes are
mapped to the same alarm bit. Fix the typo.

Fixes: eb1c8f43 ("hwmon: (lm90) Convert to use new hwmon registration API")
Signed-off-by: NMicehael Walle <michael@walle.cc>
Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
上级 0c744ea4
......@@ -1036,7 +1036,7 @@ static const u8 lm90_temp_emerg_index[3] = {
};
static const u8 lm90_min_alarm_bits[3] = { 5, 3, 11 };
static const u8 lm90_max_alarm_bits[3] = { 0, 4, 12 };
static const u8 lm90_max_alarm_bits[3] = { 6, 4, 12 };
static const u8 lm90_crit_alarm_bits[3] = { 0, 1, 9 };
static const u8 lm90_emergency_alarm_bits[3] = { 15, 13, 14 };
static const u8 lm90_fault_bits[3] = { 0, 2, 10 };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册