aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2010-10-28 14:31:50 -0400
committerJean Delvare <khali@endymion.delvare>2010-10-28 14:31:50 -0400
commitfa7a5797e57d2ed71f9a6fb44f0ae42c2d7b74b7 (patch)
tree6d648ae5b1342cf5685457be48b55fc97aa092b8 /drivers/hwmon
parent918ee91c071d6248c48bc6457a6dea286146e3ad (diff)
hwmon: (lm85) Fix ADT7468 frequency table
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>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/lm85.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/lm85.c b/drivers/hwmon/lm85.c
index b3841a615595..2e8f0c9458d4 100644
--- a/drivers/hwmon/lm85.c
+++ b/drivers/hwmon/lm85.c
@@ -1259,6 +1259,7 @@ static int lm85_probe(struct i2c_client *client,
1259 switch (data->type) { 1259 switch (data->type) {
1260 case adm1027: 1260 case adm1027:
1261 case adt7463: 1261 case adt7463:
1262 case adt7468:
1262 case emc6d100: 1263 case emc6d100:
1263 case emc6d102: 1264 case emc6d102:
1264 data->freq_map = adm1027_freq_map; 1265 data->freq_map = adm1027_freq_map;