2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Jean Delvare <[email protected]> commit fa7a5797e57d2ed71f9a6fb44f0ae42c2d7b74b7 upstream. The ADT7468 uses the same frequency table as the ADT7463. Signed-off-by: Jean Delvare <[email protected]> Cc: Darrick J. Wong <[email protected]> Acked-by: Guenter Roeck <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andi Kleen <[email protected]> --- drivers/hwmon/lm85.c | 1 + 1 file changed, 1 insertion(+) Index: linux/drivers/hwmon/lm85.c =================================================================== --- linux.orig/drivers/hwmon/lm85.c +++ linux/drivers/hwmon/lm85.c @@ -1259,6 +1259,7 @@ static int lm85_probe(struct i2c_client switch (data->type) { case adm1027: case adt7463: + case adt7468: case emc6d100: case emc6d102: data->freq_map = adm1027_freq_map; _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
