summaryrefslogtreecommitdiff
path: root/thermalConfig.cpp
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2020-11-25 11:09:51 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2020-11-25 11:09:51 -0800
commita3a020beb51fa5b365abbf2ede2fb66735f682a2 (patch)
tree53b47a20cb3b690e069e04c31f7b116b4084e15e /thermalConfig.cpp
parent035f95ecd2d0dbd54ed7ab55f3b7a942f58b2807 (diff)
parentdbc52fc76e6a41e75fa7ad49b5343e855ea8a821 (diff)
Merge "thermal-hal: Update the common data object with the status"
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r--thermalConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index 34c0d36..3ab97b1 100644
--- a/thermalConfig.cpp
+++ b/thermalConfig.cpp
@@ -634,7 +634,7 @@ namespace implementation {
bool bcl_defined = false;
std::string soc_val;
- if (cmnInst.readFromFile(socIDPath, &soc_val) <= 0) {
+ if (cmnInst.readFromFile(socIDPath, soc_val) <= 0) {
LOG(ERROR) <<"soc ID fetch error";
return;
}