[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250710175426.5789-1-sumeet4linux@gmail.com>
Date: Thu, 10 Jul 2025 23:24:25 +0530
From: Sumeet Pawnikar <sumeet4linux@...il.com>
To: amitk@...nel.org,
thara.gopinath@...il.com,
rafael@...nel.org
Cc: rui.zhang@...el.com,
lukasz.luba@....com,
linux-arm-msm@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org,
sumeet4linux@...il.com
Subject: [PATCH] drivers/thermal/qcom/lmh: Fix incorrect error message
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@...il.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
Powered by blists - more mailing lists