lkml.org 
[lkml]   [2018]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 08/17] thermal: qcom: tsens: enable/check sensor after its setup is finished
Date
Enable/check sensor after setting tmdev->sensor[i].tzd and calling
chipset specific enable operation.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
drivers/thermal/qcom/tsens.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/thermal/qcom/tsens.c b/drivers/thermal/qcom/tsens.c
index 0d119c1..da44494 100644
--- a/drivers/thermal/qcom/tsens.c
+++ b/drivers/thermal/qcom/tsens.c
@@ -102,13 +102,13 @@ static int tsens_register(struct tsens_device *tmdev)
if (IS_ERR(tzd))
continue;

- thermal_zone_device_toggle(tzd, true);
- thermal_zone_device_check(tzd);
-
tmdev->sensor[i].tzd = tzd;

if (tmdev->ops->enable)
tmdev->ops->enable(tmdev, i);
+
+ thermal_zone_device_toggle(tzd, true);
+ thermal_zone_device_check(tzd);
}
return 0;
}
--
1.9.1
\
 
 \ /
  Last update: 2018-04-10 14:44    [W:0.221 / U:0.344 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site