commit | 8acf07c5a7674e53f2d320d540aec5d714b105cf | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Wed Apr 14 16:14:09 2010 +0200 |
committer | Jean Delvare <khali@linux-fr.org> | Wed Apr 14 16:14:09 2010 +0200 |
tree | 4a7f46597031fcede0c2fdd6851e353784070758 | |
parent | a00afb97e23fd904b12a3f4de3237d8ab2f68738 [diff] |
hwmon: (it87) Properly handle wrong sensor type requests Currently, if someone tries to set the thermal sensor type to an unsupported value, subsequent accesses to the chip may temporarily show the sensor in question as disabled. Use a temporary variable and only update the cached value on success, to prevent such confusion. Signed-off-by: Jean Delvare <khali@linux-fr.org>