commit | d0d3cd6965d8e957764663cbb5aaa5ff486a2616 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Wed Nov 23 15:44:26 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 23 23:04:26 2005 -0800 |
tree | 04faf7ab4ea75656af0621e779e2bc00659a02bc | |
parent | 2723ab91cb4019def10bdb01b0fecb85e6ac7884 [diff] |
[PATCH] hwmon: Fix lm78 VID conversion Fix the lm78 VID reading, which I accidentally broke while making this driver use the common vid_from_reg function rather than reimplementing its own in 2.6.14-rc1. I'm not proud of it, trust me. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>