]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon/lm87: Disable VID when it should be
authorJean Delvare <khali@linux-fr.org>
Mon, 15 Oct 2007 12:02:36 +0000 (14:02 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Nov 2007 17:30:20 +0000 (09:30 -0800)
commit813476de234d567b55404d45a568abb95d1e05c6
treea00edb89f8317f61a50c2871f60b8d3aa42ccd90
parentf0eca992d6b690bc7b15c977ff8bb3e3bb42b827
hwmon/lm87: Disable VID when it should be

Already in Linus' tree:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=889af3d5d9586db795a06c619e416b4baee11da8

A stupid bit shifting bug caused the VID value to be always exported
even when the hardware is configured for something different.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/lm87.c