hwmon: VRM is not written to registers
authorJean Delvare <khali@linux-fr.org>
Sat, 1 Dec 2007 10:25:33 +0000 (11:25 +0100)
committerMark M. Hoffman <mhoffman@lightlink.com>
Fri, 8 Feb 2008 01:39:44 +0000 (20:39 -0500)
commit8f74efe81d122c071410fd74f42879ef81439fa4
tree3febd18d58fb42d248ea565d23daa468094797e7
parent345a22245451c0fd2c44b2afb5dfb75628b487fa
hwmon: VRM is not written to registers

What was true of reading the VRM value is also true of writing it: not
being a register value, it doesn't need hardware access, so we don't
need a reference to the i2c client. This allows for a minor code
cleanup. As gcc appears to be smart enough to simplify the generated
code by itself, this cleanup only affects the source code, the
generated binaries are unchanged.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/adm1025.c
drivers/hwmon/asb100.c
drivers/hwmon/lm85.c
drivers/hwmon/lm87.c
drivers/hwmon/smsc47m192.c
drivers/hwmon/w83791d.c
drivers/hwmon/w83793.c