diff options
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r-- | thermalConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index 52d6944..158d5c2 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -564,7 +564,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; } |