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

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

Merge "thermal: tsens: Use the new threshold notification API"

parents 52426201 b9bb136a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@ static irqreturn_t tsens_tm_irq_thread(int irq, void *data)
			/* Use id for multiple controllers */
			pr_debug("sensor:%d trigger temp (%d degC)\n",
				tm->sensor[i].hw_id, temp);
			of_thermal_handle_trip(tm->sensor[i].tzd);
			of_thermal_handle_trip_temp(tm->sensor[i].tzd, temp);
		}
	}