2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

No error on missing pc87360 fan2, as this can happen with the

Linux 2.6 version of the driver. Reported by Christian Schwamborn.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2979 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2005-04-22 18:08:06 +00:00
parent a57ef088c0
commit beea4cb8a3

View File

@@ -4460,8 +4460,7 @@ void print_pc87360(const sensors_chip_name *name)
status&PC87360_STATUS_FAN_OVERFLOW?"OVERFLOW":
status&PC87360_STATUS_FAN_LOW?"ALARM":"");
}
} else
printf("ERROR: Can't get FAN2 data!\n");
}
free_the_label(&label);
}