2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

Add a "quiet" parameter to open_i2c_dev() to prevent it from

displaying error messages.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3077 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2005-09-10 11:38:32 +00:00
parent 27e2a62bab
commit 32fbdf8ba4
5 changed files with 6 additions and 6 deletions

View File

@@ -223,7 +223,7 @@ int main(int argc, char *argv[])
exit(1);
}
file = open_i2c_dev(i2cbus, filename);
file = open_i2c_dev(i2cbus, filename, 0);
if (file < 0) {
exit(1);
}