]> 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>
Tue, 13 Nov 2012 23:31:27 +0000 (10:31 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Nov 2012 23:31:27 +0000 (10:31 +1100)
commit49ed3013123e60c4f8f1556bc84722bfda4c716f
tree56770899bf7ef8fb72549f492dea0be0d88af2a1
parent00d71dbb076c2a1bd9f08ebe254c80c218413bf3
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