From 53e8d3201ccd1b36ea739afdf8ac9b930bd4f23d Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Thu, 31 May 2012 21:35:13 +0800 Subject: [PATCH] Fix a typo in thermal engine temperature setting Signed-off-by: Vic Yang BUG=none TEST=none Change-Id: I369522c00724c959d1eac18ca9c3ce57bd55aeff --- common/thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/thermal.c b/common/thermal.c index 4f14ca3f50..a4f2ab1e0f 100644 --- a/common/thermal.c +++ b/common/thermal.c @@ -35,7 +35,7 @@ static struct thermal_config_t thermal_config[TEMP_SENSOR_TYPE_COUNT] = { {THERMAL_CONFIG_NO_FLAG, {THERMAL_THRESHOLD_DISABLE_ALL}}, /* TEMP_SENSOR_TYPE_CASE */ {THERMAL_CONFIG_NO_FLAG, {341, THERMAL_THRESHOLD_DISABLE, 353, - 318, 323, 348, 333, 338}}, + 318, 323, 328, 333, 338}}, }; /* Fan speed settings. */