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

From: Priyansh Jain

Date: Wed May 13 2026 - 01:13:32 EST




On 12-05-2026 02:59 pm, Daniel Lezcano wrote:
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

Yes, I compiled the changes without the indentation flag enabled, which caused this issue to be missed during compilation. I will take care to avoid this going forward and will fix it in the next patch.

Thanks,
Priyansh


Thanks