summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2019-09-13 13:51:38 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2019-09-13 13:51:38 -0400
commit2030a58db48c93c9697a2a6eb03e71d96d9042de (patch)
tree8637ef8630a8ef2dec240aae6d6ac35e0eebc958
parentec02f4223fa3ea33a2ed6e1527af5a8fe6ebfac7 (diff)
downloadlongterm-queue-4.18-2030a58db48c93c9697a2a6eb03e71d96d9042de.tar.gz
thermal: ctxt refresh
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/drivers-thermal-tsens-Don-t-print-error-message-on-E.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/queue/drivers-thermal-tsens-Don-t-print-error-message-on-E.patch b/queue/drivers-thermal-tsens-Don-t-print-error-message-on-E.patch
index 7678483..f60dd17 100644
--- a/queue/drivers-thermal-tsens-Don-t-print-error-message-on-E.patch
+++ b/queue/drivers-thermal-tsens-Don-t-print-error-message-on-E.patch
@@ -1,4 +1,4 @@
-From fc7d18cf6a923cde7f5e7ba2c1105bb106d3e29a Mon Sep 17 00:00:00 2001
+From 37148c5d2d13274a0f3ce3bac9b2fc4603123852 Mon Sep 17 00:00:00 2001
From: Amit Kucheria <amit.kucheria@linaro.org>
Date: Wed, 20 Mar 2019 18:47:52 +0530
Subject: [PATCH] drivers: thermal: tsens: Don't print error message on
@@ -20,12 +20,12 @@ Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
diff --git a/drivers/thermal/qcom/tsens.c b/drivers/thermal/qcom/tsens.c
-index b91a0b88d33c..057b33353ba3 100644
+index 3440166c2ae9..d8c1286bd4cc 100644
--- a/drivers/thermal/qcom/tsens.c
+++ b/drivers/thermal/qcom/tsens.c
-@@ -159,7 +159,8 @@ static int tsens_probe(struct platform_device *pdev)
- if (priv->ops->calibrate) {
- ret = priv->ops->calibrate(priv);
+@@ -168,7 +168,8 @@ static int tsens_probe(struct platform_device *pdev)
+ if (tmdev->ops->calibrate) {
+ ret = tmdev->ops->calibrate(tmdev);
if (ret < 0) {
- dev_err(dev, "tsens calibration failed\n");
+ if (ret != -EPROBE_DEFER)