mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Fix a bug in MAX6650 support.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2001 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -4543,7 +4543,7 @@ void print_max6650(const sensors_chip_name *name)
|
||||
printf("configured %4.0f RPM, actual %4.0f RPM.\n", speed, tach);
|
||||
}
|
||||
} else
|
||||
printf("ERROR: Can't get %s data!\n", tach_list[i].name);
|
||||
printf("ERROR: Can't get %s data!\n", tach_list[0].name);
|
||||
free_the_label(&label);
|
||||
|
||||
/* Just display the measured speed for the other three, uncontrolled fans */
|
||||
|
Reference in New Issue
Block a user