Fix a typo in thermal engine temperature setting

Signed-off-by: Vic Yang <victoryang@chromium.org>

BUG=none
TEST=none

Change-Id: I369522c00724c959d1eac18ca9c3ce57bd55aeff
This commit is contained in:
Vic Yang
2012-05-31 21:35:13 +08:00
parent 29b9a28c9d
commit 53e8d3201c

View File

@@ -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. */