summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/thermal/power_allocator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/power_allocator.c b/drivers/thermal/power_allocator.c
index bb5d4b8f964..3bb6847b06e 100644
--- a/drivers/thermal/power_allocator.c
+++ b/drivers/thermal/power_allocator.c
@@ -409,7 +409,7 @@ static int power_allocator_bind(struct thermal_zone_device *tz)
temperature_threshold;
params->k_pu = int_to_frac(2 * tz->tzp->sustainable_power) /
temperature_threshold;
- params->k_i = int_to_frac(1) / 1000;
+ params->k_i = int_to_frac(10) / 1000;
params->k_d = int_to_frac(0);
params->integral_cutoff = 0;