]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
thermal/drivers/sprd: Fix temperature clamping in sprd_thm_temp_to_rawdata
authorThorsten Blum <thorsten.blum@linux.dev>
Sat, 7 Mar 2026 10:24:20 +0000 (11:24 +0100)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Mon, 9 Mar 2026 23:12:19 +0000 (00:12 +0100)
commit83c0f9a5d679a6f8d84fc49b2f62ea434ccab4b6
treec8eff2d4f1ac0be1b10076dccb08fd23bd9b3c69
parenta3618f3ca6a6dc5cb185d70626c28836b86e8256
thermal/drivers/sprd: Fix temperature clamping in sprd_thm_temp_to_rawdata

The temperature was never clamped to SPRD_THM_TEMP_LOW or
SPRD_THM_TEMP_HIGH because the return value of clamp() was not used. Fix
this by assigning the clamped value to 'temp'.

Casting SPRD_THM_TEMP_LOW and SPRD_THM_TEMP_HIGH to int is also
redundant and can be removed.

Fixes: 554fdbaf19b1 ("thermal: sprd: Add Spreadtrum thermal driver support")
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: stable@vger.kernel.org
Link: https://patch.msgid.link/20260307102422.306055-1-thorsten.blum@linux.dev
drivers/thermal/sprd_thermal.c