]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit8256fe0f40f1cd72f80f2c46fe0ab1638f03a98d
tree7a61802fe469ad3f199506ed832ad460d32b3649
parente8aac4a9b417643dd9739b48473790a09b8b6cbe
[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