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

Commit d9de9bb5 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "thermal: tsens: Add notification to thermal trip handler"

parents 9f4b8880 f368673e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -395,7 +395,8 @@ static irqreturn_t tsens_irq_thread(int irq, void *data)
				tm->sensor[i].hw_id,
				code_to_degc((status &
				TSENS_SN_STATUS_TEMP_MASK),
				tm->sensor));
				(tm->sensor + i)));
			of_thermal_handle_trip(tm->sensor[i].tzd);
		}
	}