]> www.infradead.org Git - users/jedix/linux-maple.git/commit
thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2
authorLuca Weiss <luca.weiss@fairphone.com>
Thu, 20 Oct 2022 14:52:37 +0000 (16:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:32:43 +0000 (13:32 +0100)
commitf7f3721c78a255d69ca245312d4ee716fec7c74f
treec59c5b15743dd56b3e898eb1d3de18956f79056b
parent6ddc86823973276411b5df1df0645caf7e24558d
thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2

[ Upstream commit 8763f8acbf8aef22a2321d4c978cd078aa3b8f64 ]

On gen2 chips the stage2 threshold is not 140 degC but 125 degC.

Make the warning message clearer by using this variable and also by
including the temperature that was checked for.

Fixes: aa92b3310c55 ("thermal/drivers/qcom-spmi-temp-alarm: Add support for GEN2 rev 1 PMIC peripherals")
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Amit Kucheria <amitk@kernel.org>
Link: https://lore.kernel.org/r/20221020145237.942146-1-luca.weiss@fairphone.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/thermal/qcom/qcom-spmi-temp-alarm.c