From 15a025086daa87aa85ab4371f5b1f5ca2e73c1d3 Mon Sep 17 00:00:00 2001 From: Ruben Brunk Date: Fri, 25 Mar 2016 13:44:16 -0700 Subject: Update temp limits in thermal HAL impl. Bug: 27549685 Change-Id: I76bbd0987f602bb78a523e0ff584af880ff10510 --- thermal/thermal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'thermal') diff --git a/thermal/thermal.c b/thermal/thermal.c index f8cb8e9d..387942a3 100644 --- a/thermal/thermal.c +++ b/thermal/thermal.c @@ -93,7 +93,8 @@ static ssize_t read_temperature(int sensor_num, int type, const char *name, floa .name = name, .current_value = temp * mult, .throttling_threshold = throttling_threshold, - .shutdown_threshold = shutdown_threshold + .shutdown_threshold = shutdown_threshold, + .vr_throttling_threshold = UNKNOWN_TEMPERATURE }; return 0; -- cgit v1.2.3