mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
sensors: Hide error on missing f71805f fan. In the Linux 2.6 driver, the
fan files are not created if a given fan is disabled. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4199 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -6072,8 +6072,7 @@ void print_f71805f(const sensors_chip_name *name)
|
||||
printf("%4.0f RPM (min = %4.0f RPM) %s\n",
|
||||
cur, min, (alarms & (1 << (i - 1))) ? "ALARM" : "");
|
||||
}
|
||||
} else
|
||||
printf("ERROR: Can't get fan%d data!\n", i);
|
||||
}
|
||||
free(label);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user