]> 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>
Mon, 5 Nov 2012 22:54:44 +0000 (09:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 5 Nov 2012 22:54:44 +0000 (09:54 +1100)
commit6d6ab6d75c0428083b51b59c5533b3fd161d43a0
treedd0c9f2593358e9fbae28446d2f8e97c18cf2563
parentc25fe3af76041749334f985e1684e62436e77638
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