]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (w83627hf) Don't touch nonexistent I2C address registers
authorJean Delvare <khali@linux-fr.org>
Sun, 11 Nov 2012 22:51:32 +0000 (09:51 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 11 Nov 2012 22:51:32 +0000 (09:51 +1100)
commit169538a8bf3a5de787d15dec9517013e7f8ba443
treede9d79c4d9b46d340a26e7826197130935d1b6d8
parent98c7826db72b5e2c7674f94ec6171ddd198788da
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>
drivers/hwmon/w83627hf.c