projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
918ee91
)
hwmon: (lm85) Fix ADT7468 frequency table
author
Jean Delvare
<khali@linux-fr.org>
Thu, 28 Oct 2010 18:31:50 +0000
(20:31 +0200)
committer
Jean Delvare
<khali@endymion.delvare>
Thu, 28 Oct 2010 18:31:50 +0000
(20:31 +0200)
The ADT7468 uses the same frequency table as the ADT7463.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: stable@kernel.org
Cc: Darrick J. Wong <djwong@us.ibm.com>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/lm85.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/lm85.c
b/drivers/hwmon/lm85.c
index
b3841a6
..
2e8f0c9
100644
(file)
--- a/
drivers/hwmon/lm85.c
+++ b/
drivers/hwmon/lm85.c
@@
-1259,6
+1259,7
@@
static int lm85_probe(struct i2c_client *client,
switch (data->type) {
case adm1027:
case adt7463:
+ case adt7468:
case emc6d100:
case emc6d102:
data->freq_map = adm1027_freq_map;