summaryrefslogtreecommitdiffstats
path: root/mainloop.cpp
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-10-12 16:42:49 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-10-17 10:03:10 -0500
commita3eb8e3f0039a51fd679db694db16694ef362e47 (patch)
tree24e84dc1d430f125d8ce1d05c34a9ac40515cdee /mainloop.cpp
parent82d507d0ca733b4ce0a7814dd2e8d26cc457c008 (diff)
downloadphosphor-hwmon-a3eb8e3f0039a51fd679db694db16694ef362e47.tar.gz
phosphor-hwmon-a3eb8e3f0039a51fd679db694db16694ef362e47.zip
Remove old TODO
This ended up being handled completely outside of hwmon. Change-Id: I54d322761a90a6efb033b9994974b4d1933bf88e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'mainloop.cpp')
-rw-r--r--mainloop.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/mainloop.cpp b/mainloop.cpp
index 6a8e569..6291813 100644
--- a/mainloop.cpp
+++ b/mainloop.cpp
@@ -340,8 +340,7 @@ void MainLoop::run()
auto sensorValue = valueInterface->value();
addThreshold<WarningObject>(i.first, sensorValue, info);
addThreshold<CriticalObject>(i.first, sensorValue, info);
- //TODO openbmc/openbmc#1347
- // Handle application restarts to set/refresh fan speed values
+
auto target = addTarget<hwmon::FanSpeed>(
i.first, ioAccess.path(), _devPath, info);
OpenPOWER on IntegriCloud