diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-08-14 15:08:54 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2010-08-14 15:08:54 -0400 |
commit | 5a9c2cd881f48d4bec627cccde386f8e3a28bb4a (patch) | |
tree | f9776db4c71c3e83e61a25b0efdf5bb5f263cad9 /Documentation | |
parent | e04a715e4e1210a6ecfcaa0e6ceefde07020710b (diff) |
hwmon: Remove in[0-*]_fault from sysfs-interface
Fault files are for hardware failures that can be reported. So far
we've seen chips reporting such failures for temperature sensors and
fans, but not for voltages. Remove in[0-*]_fault for now. It can be
added back later if really needed, but I doubt it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/sysfs-interface | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index d4d175b8a54a..ff45d1f837c8 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface | |||
@@ -516,7 +516,6 @@ to notify open diodes, unconnected fans etc. where the hardware | |||
516 | supports it. When this boolean has value 1, the measurement for that | 516 | supports it. When this boolean has value 1, the measurement for that |
517 | channel should not be trusted. | 517 | channel should not be trusted. |
518 | 518 | ||
519 | in[0-*]_fault | ||
520 | fan[1-*]_fault | 519 | fan[1-*]_fault |
521 | temp[1-*]_fault | 520 | temp[1-*]_fault |
522 | Input fault condition | 521 | Input fault condition |