-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hwmon: Hide error message in OCC hwmon driver
User application will poll OCC when host is powered off. OCC can handle the poll request, but no sensor data will be responded. Currently OCC driver will report error message when reading sysfs hwmon sensor attribute in this case. The error message is harmless but is anoying. This patch hides the error message. Reading sysfs hwmon attribute in this case will still get an error code, but no more error message. Signed-off-by: Yi Li <adamliyi@msn.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
- Loading branch information
Yi Li
authored and
Joel Stanley
committed
Mar 29, 2016
1 parent
5583285
commit d741944
Showing
1 changed file
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters