From 406a5cb5d06a403baefe040ae7fb2604cdf5e77b Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Mon, 18 Nov 2024 08:00:08 +0100 Subject: [PATCH] Revert "thermal: Increase thermal trip points to 16" This reverts commit 46df2bf46cffda0543e032feeec9cc3671819ac6. --- include/linux/thermal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/thermal.h b/include/linux/thermal.h index be48eb37b..a8b81be94 100755 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -19,7 +19,7 @@ #include #define THERMAL_TRIPS_NONE -1 -#define THERMAL_MAX_TRIPS 16 +#define THERMAL_MAX_TRIPS 12 /* invalid cooling state */ #define THERMAL_CSTATE_INVALID -1UL