Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jean Delvare and committed by
Jean Delvare
fa7a5797 918ee91c

+1
+1
drivers/hwmon/lm85.c
··· 1259 1259 switch (data->type) { 1260 1260 case adm1027: 1261 1261 case adt7463: 1262 + case adt7468: 1262 1263 case emc6d100: 1263 1264 case emc6d102: 1264 1265 data->freq_map = adm1027_freq_map;