Loading drivers/thermal/gov_low_limits.c +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) if ((tz->temperature <= trip_temp) || (instance->target != THERMAL_NO_TARGET && tz->temperature <= trip_hyst)) && tz->temperature < trip_hyst)) throttle = true; else throttle = false; Loading drivers/thermal/step_wise.c +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) * temperature. */ if (tz->temperature >= trip_temp || (tz->temperature >= hyst_temp && (tz->temperature > hyst_temp && old_target != THERMAL_NO_TARGET)) throttle = true; else Loading Loading
drivers/thermal/gov_low_limits.c +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) if ((tz->temperature <= trip_temp) || (instance->target != THERMAL_NO_TARGET && tz->temperature <= trip_hyst)) && tz->temperature < trip_hyst)) throttle = true; else throttle = false; Loading
drivers/thermal/step_wise.c +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) * temperature. */ if (tz->temperature >= trip_temp || (tz->temperature >= hyst_temp && (tz->temperature > hyst_temp && old_target != THERMAL_NO_TARGET)) throttle = true; else Loading