mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Discard bogus error message on missing lm63 fan data.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2796 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -4683,8 +4683,9 @@ void print_lm63(const sensors_chip_name *name)
|
||||
printf("%4.0f RPM (min = %4.0f RPM) %s\n", cur, low,
|
||||
alarms&LM63_ALARM_FAN_LOW?"ALARM":"");
|
||||
}
|
||||
} else
|
||||
printf("ERROR: Can't get remote tcrit data!\n");
|
||||
}
|
||||
/* No error if fan files are missing as it will happen with 2.6
|
||||
kernels when the tachometer pin is used as an alarm output. */
|
||||
free_the_label(&label);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user