Linux Power Management development
 help / color / mirror / Atom feed
* [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

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