commit | 8f3c7c547d47bcfcf9ca2ed30b79733ce1e7ad3a | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Wed Dec 19 22:17:00 2012 +0100 |
committer | Jean Delvare <khali@endymion.delvare> | Wed Dec 19 22:17:00 2012 +0100 |
tree | 9cbb66aade67d1550a25101e8b75d9c65d7b6159 | |
parent | 7e630bb55a52cfaa35011c0ebc2efc96f13e5135 [diff] |
hwmon: (w83627hf) Don't touch nonexistent I2C address registers Only the W83627HF could be accessed through I2C. All other supported chips are LPC-only, so they do not have I2C address registers. Don't write to nonexistent or reserved registers on these chips. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Guenter Roeck <linux@roeck-us.net>