From: Jean Delvare Date: Sat, 1 Dec 2007 10:25:33 +0000 (+0100) Subject: hwmon: VRM is not written to registers X-Git-Tag: v2.6.25-rc1~281^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f74efe81d122c071410fd74f42879ef81439fa4;p=pandora-kernel.git 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 Signed-off-by: Mark M. Hoffman --- Reading git-diff-tree failed