* [PATCH] drivers/thermal/qcom/lmh: Fix incorrect error message
@ 2025-07-10 17:54 Sumeet Pawnikar
2025-07-11 9:42 ` Konrad Dybcio
2025-08-18 15:17 ` Daniel Lezcano
0 siblings, 2 replies; 3+ messages in thread
From: Sumeet Pawnikar @ 2025-07-10 17:54 UTC (permalink / raw)
To: amitk, thara.gopinath, rafael
Cc: rui.zhang, lukasz.luba, linux-arm-msm, linux-kernel, linux-pm,
sumeet4linux
It was showing wrong error message as ARM threshold
thremal trip for setting LOW threshold thermal trip.
Fix this incorrect error message for setting LOW
threshold thermal trip.
Signed-off-by: Sumeet Pawnikar <sumeet4linux@gmail.com>
---
drivers/thermal/qcom/lmh.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/thermal/qcom/lmh.c b/drivers/thermal/qcom/lmh.c
index 991d1573983d..95324b2f893d 100644
--- a/drivers/thermal/qcom/lmh.c
+++ b/drivers/thermal/qcom/lmh.c
@@ -204,7 +204,7 @@ static int lmh_probe(struct platform_device *pdev)
ret = qcom_scm_lmh_dcvsh(LMH_SUB_FN_THERMAL, LMH_TH_LOW_THRESHOLD, temp_low,
LMH_NODE_DCVS, node_id, 0);
if (ret) {
- dev_err(dev, "Error setting thermal ARM threshold%d\n", ret);
+ dev_err(dev, "Error setting thermal LOW threshold%d\n", ret);
return ret;
}
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] drivers/thermal/qcom/lmh: Fix incorrect error message
2025-07-10 17:54 [PATCH] drivers/thermal/qcom/lmh: Fix incorrect error message Sumeet Pawnikar
@ 2025-07-11 9:42 ` Konrad Dybcio
2025-08-18 15:17 ` Daniel Lezcano
1 sibling, 0 replies; 3+ messages in thread
From: Konrad Dybcio @ 2025-07-11 9:42 UTC (permalink / raw)
To: Sumeet Pawnikar, amitk, thara.gopinath, rafael
Cc: rui.zhang, lukasz.luba, linux-arm-msm, linux-kernel, linux-pm
On 7/10/25 7:54 PM, Sumeet Pawnikar wrote:
> It was showing wrong error message as ARM threshold
> thremal trip for setting LOW threshold thermal trip.
> Fix this incorrect error message for setting LOW
> threshold thermal trip.
>
> Signed-off-by: Sumeet Pawnikar <sumeet4linux@gmail.com>
> ---
Thanks for noticing
For future patches, please wrap your comment messages at 72
characters, so they look less squished (you don't need to do
anything for this one)
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drivers/thermal/qcom/lmh: Fix incorrect error message
2025-07-10 17:54 [PATCH] drivers/thermal/qcom/lmh: Fix incorrect error message Sumeet Pawnikar
2025-07-11 9:42 ` Konrad Dybcio
@ 2025-08-18 15:17 ` Daniel Lezcano
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2025-08-18 15:17 UTC (permalink / raw)
To: Sumeet Pawnikar, amitk, thara.gopinath, rafael
Cc: rui.zhang, lukasz.luba, linux-arm-msm, linux-kernel, linux-pm
On 10/07/2025 19:54, Sumeet Pawnikar wrote:
> It was showing wrong error message as ARM threshold
> thremal trip for setting LOW threshold thermal trip.
> Fix this incorrect error message for setting LOW
> threshold thermal trip.
>
> Signed-off-by: Sumeet Pawnikar <sumeet4linux@gmail.com>
> ---
Applied, thanks
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-18 15:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-10 17:54 [PATCH] drivers/thermal/qcom/lmh: Fix incorrect error message Sumeet Pawnikar
2025-07-11 9:42 ` Konrad Dybcio
2025-08-18 15:17 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).