commit | 2b3d1d87eaabf422a42440351ff3be1792d35852 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Wed Apr 14 16:14:10 2010 +0200 |
committer | Jean Delvare <khali@linux-fr.org> | Wed Apr 14 16:14:10 2010 +0200 |
tree | 692f159899cfa29bb33c9394c1c6616a106a11a2 | |
parent | 8acf07c5a7674e53f2d320d540aec5d714b105cf [diff] |
hwmon: (it87) Invalidate cache on temperature sensor change When any temperature sensor type is changed, the corresponding temperature value needs to be updated. The register caching mechanism may delay this update, so we want to invalidate the cache to force an immediate update. Signed-off-by: Jean Delvare <khali@linux-fr.org>