2
0
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:
Jean Delvare
2006-10-08 18:04:32 +00:00
parent bf96a279b8
commit 06d51c9da1
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}