summaryrefslogtreecommitdiff
path: root/drivers/hwmon/via686a.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-04-03 08:40:39 (GMT)
committerMark M. Hoffman <mhoffman@lightlink.com>2008-06-19 10:50:31 (GMT)
commitd38b149794e7444a55e741446717147e7f0467f8 (patch)
treeccf0949c3fa05eebead99ffe0504bc41e43c5c79 /drivers/hwmon/via686a.c
parent5dd34572ad9a3be430632dd42e4af2ea370b397b (diff)
downloadlinux-fsl-qoriq-d38b149794e7444a55e741446717147e7f0467f8.tar.xz
hwmon: (lm85) Fix function RANGE_TO_REG()
Function RANGE_TO_REG() is broken. For a requested range of 2000 (2 degrees C), it will return an index value of 15, i.e. 80.0 degrees C, instead of the expected index value of 0. All other values are handled properly, just 2000 isn't. The bug was introduced back in November 2004 by this patch: http://git.kernel.org/?p=linux/kernel/git/tglx/history.git;a=commit;h=1c28d80f1992240373099d863e4996cdd5d646d0 While this can be fixed easily with the current code, I'd rather rewrite the whole function in a way which is more obviously correct. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Justin Thiessen <jthiessen@penguincomputing.com> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/via686a.c')
0 files changed, 0 insertions, 0 deletions