projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8ad49
)
hwmon: (adt7462) Fix pin 28 monitoring
author
Roger Blofeld
<blofeldus@yahoo.com>
Sun, 10 Jan 2010 19:52:32 +0000
(20:52 +0100)
committer
Jean Delvare
<khali@linux-fr.org>
Sun, 10 Jan 2010 19:52:32 +0000
(20:52 +0100)
The ADT7462_PIN28_VOLT value is a 4-bit field, so the corresponding
shift must be 4.
Signed-off-by: Roger Blofeld <blofeldus@yahoo.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/adt7462.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/adt7462.c
b/drivers/hwmon/adt7462.c
index a1a7ef14b519f68f80ae5c91f4169c2b5ff110fc..a31e77c776aeee3d0f14409710e5439de44f605b 100644
(file)
--- a/
drivers/hwmon/adt7462.c
+++ b/
drivers/hwmon/adt7462.c
@@
-94,7
+94,7
@@
static const unsigned short normal_i2c[] = { 0x58, 0x5C, I2C_CLIENT_END };
#define ADT7462_PIN24_SHIFT 6
#define ADT7462_PIN26_VOLT_INPUT 0x08
#define ADT7462_PIN25_VOLT_INPUT 0x20
-#define ADT7462_PIN28_SHIFT
6
/* cfg3 */
+#define ADT7462_PIN28_SHIFT
4
/* cfg3 */
#define ADT7462_PIN28_VOLT 0x5
#define ADT7462_REG_ALARM1 0xB8