summaryrefslogtreecommitdiffstats
path: root/ipmisensor.cpp
diff options
context:
space:
mode:
authorEmily Shaffer <emilyshaffer@google.com>2017-04-03 10:27:08 -0700
committerEmily Shaffer <emilyshaffer@google.com>2017-05-19 21:22:12 +0000
commit391f33039f7bc22e61fbcd2ebada31a6cb4a8ec6 (patch)
treed87ae6c171df80d768ebb99c0836d9971b89fb2e /ipmisensor.cpp
parentd5899e7e0c1bfc0b69a9f5bc69267642ad6c038c (diff)
downloadphosphor-host-ipmid-391f33039f7bc22e61fbcd2ebada31a6cb4a8ec6.tar.gz
phosphor-host-ipmid-391f33039f7bc22e61fbcd2ebada31a6cb4a8ec6.zip
sensorhandler: Refactor find_sensor to eliminate redundant call
find_openbmc_path was being called within find_sensor as well as following find_sensor Change-Id: Ie94eab7afbe34f214a07bda49bfbce729b20f237 Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
Diffstat (limited to 'ipmisensor.cpp')
-rw-r--r--ipmisensor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipmisensor.cpp b/ipmisensor.cpp
index f39832f..10a0ec6 100644
--- a/ipmisensor.cpp
+++ b/ipmisensor.cpp
@@ -4,7 +4,7 @@
#include <malloc.h>
#include "sensorhandler.h"
-extern uint8_t find_sensor(uint8_t);
+extern uint8_t find_type_for_sensor_number(uint8_t);
struct sensorRES_t {
@@ -261,7 +261,7 @@ int updateSensorRecordFromSSRAESC(const void *record) {
uint8_t stype;
int index, i=0;
- stype = find_sensor(pRec->sensor_number);
+ stype = find_type_for_sensor_number(pRec->sensor_number);
// 0xC3 types use the assertion7_0 for the value to be set
// so skip the reseach and call the correct event reporting
OpenPOWER on IntegriCloud