mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
(Phil) Fixed typo/copy-and-paste error for reading AIN2.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1002 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -666,7 +666,7 @@ void LM87_update_client(struct i2c_client *client)
|
||||
data->ain1_max =
|
||||
LM87_read_value(client,LM87_REG_FAN1_AIN1_LIMIT);
|
||||
data->ain2 =
|
||||
LM87_read_value(client,LM87_REG_FAN1_AIN1);
|
||||
LM87_read_value(client,LM87_REG_FAN2_AIN2);
|
||||
data->ain2_min =
|
||||
LM87_read_value(client,LM87_REG_AIN2_LOW);
|
||||
data->ain2_max =
|
||||
|
Reference in New Issue
Block a user