From: Jean Delvare Date: Sun, 25 Sep 2005 14:45:03 +0000 (+0200) Subject: [PATCH] hwmon: Minor w83l785ts optimization X-Git-Tag: v2.6.15-rc1~732^2^2^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb929eae78ec0b243dbf58039bce4af354f6020c;p=pandora-kernel.git [PATCH] hwmon: Minor w83l785ts optimization Using s8 instead of u8 to store temperature register values saves a few instructions on sysfs file read. The very same was done for several other drivers a while ago (lm63, lm83, lm90...) Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman drivers/hwmon/w83l785ts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- Reading git-diff-tree failed