mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Corrected typo in /proc file formatting.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@884 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -748,7 +748,7 @@ void LM87_temp(struct i2c_client *client, int operation, int ctl_name,
|
||||
{
|
||||
results[0] = TEMP_LIMIT_FROM_REG(data->front_amb_temp_max);
|
||||
results[1] = TEMP_LIMIT_FROM_REG(data->front_amb_temp_min);
|
||||
results[2] = TEMP_FROM_REG(data->int_temp);
|
||||
results[2] = TEMP_FROM_REG(data->front_amb_temp);
|
||||
}
|
||||
else if(ctl_name == LM87_SYSCTL_CPU_TEMP)
|
||||
{
|
||||
|
Reference in New Issue
Block a user