Revert "thermal: Increase thermal trip points to 16"

This reverts commit 46df2bf46c.
This commit is contained in:
Ksawlii 2024-11-18 08:00:08 +01:00
parent 30be8d24dc
commit 406a5cb5d0

View file

@ -19,7 +19,7 @@
#include <uapi/linux/thermal.h>
#define THERMAL_TRIPS_NONE -1
#define THERMAL_MAX_TRIPS 16
#define THERMAL_MAX_TRIPS 12
/* invalid cooling state */
#define THERMAL_CSTATE_INVALID -1UL