commit | 5f502a834a6471dc3cc456ccef66292e9e3a152e | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Fri Oct 17 17:51:09 2008 +0200 |
committer | Jean Delvare <khali@mahadeva.delvare> | Fri Oct 17 17:51:09 2008 +0200 |
tree | e5302049c34bfc5c526d7d666929b04b0a4a2149 | |
parent | f65e17086fc141bee1592bbf6e709e9c7a43541b [diff] |
hwmon: (lm90) Don't access nonexistent registers on Maxim chips The Maxim chips supported by the lm90 driver have 8-bit high and low remote limit values, not 11-bit as the other chips have. So stop reading from and writing to registers that do not exist on these chips. Also round the limit values set by the user properly. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Martyn Welch <martyn.welch@gefanuc.com>