]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] hwmon: Separate the lm90 register read function
authorJean Delvare <khali@linux-fr.org>
Wed, 26 Oct 2005 19:37:52 +0000 (21:37 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 21:02:14 +0000 (14:02 -0700)
commitfdac8fc7e8cc77585405b1f8037b31692a75942a
tree7a61802fe469ad3f199506ed832ad460d32b3649
parent040f07fecd2aa55f048ac7baa9e453e65caffaa5
[PATCH] hwmon: Separate the lm90 register read function

Preparatory patch to add PEC support to the lm90 driver. We need a
centralized function to read register values, where the PEC code will
be later inserted. A positive side effect is that read errors are now
handled properly.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/lm90.c