2
0
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:
Dan Eaton
2000-09-25 21:49:13 +00:00
parent 103a2bb87f
commit db2c35fba4

View File

@@ -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)
{