summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thermal/thermal.c3
1 files changed, 2 insertions, 1 deletions
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;