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

Commit dc94d314 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: Notify client on temperature trip" into msm-4.14

parents b1371d84 04985ff9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -493,6 +493,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);
		}
	}