Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f34418b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: thermal: Update the set_trips for hysteresis change" into msm-4.9

parents dfa8a94b b0363191
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -811,7 +811,6 @@ trip_point_hyst_store(struct device *dev, struct device_attribute *attr,
	 */
	ret = tz->ops->set_trip_hyst(tz, trip, temperature);

	if (!ret)
	thermal_zone_set_trips(tz);

	return ret ? ret : count;