]> 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, 30 Oct 2012 23:17:40 +0000 (10:17 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 30 Oct 2012 23:17:40 +0000 (10:17 +1100)
commit1832015536cac345839875ca8926d862c8f49f70
treed43ed41dc75eafd37f7de07c3670de8bbc1c397a
parent6e85c3c7fedade505f44cd5f7d36d1cde7f4af39
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