Re: [PATCH v3] thermal: qcom: tsens: atomic temperature read with hardware-guided retries

From: Daniel Lezcano

Date: Tue May 12 2026 - 05:38:09 EST


On 5/12/26 11:19, Daniel Lezcano wrote:

[ ... ]

Signed-off-by: Priyansh Jain <priyansh.jain@xxxxxxxxxxxxxxxx>
---

Applied, thanks

and dropped because of:


drivers/thermal/qcom/tsens.c:819:9: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
819 | if (!ret)
| ^~
/home/dlezcano/Work/src/linux/thermal/drivers/thermal/qcom/tsens.c:822:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the if’
822 | return ret;
| ^~~~~~
cc1: all warnings being treated as errors

Please next time test your changes before sending

Thanks