From 0219f446e54ed2229c62355083cd040c97ab6d20 Mon Sep 17 00:00:00 2001 From: mbroyles Date: Tue, 20 Jun 2017 15:54:03 -0500 Subject: Remove time from sensor names Change-Id: Ic6b8892285610985a80c623b6da35d2766926f4d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42161 Reviewed-by: Andres A. Lugo-Reyes Tested-by: FSP CI Jenkins Reviewed-by: Christopher J. Cain Reviewed-by: Martha Broyles --- src/occ_405/amec/amec_health.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/occ_405/amec/amec_health.c') diff --git a/src/occ_405/amec/amec_health.c b/src/occ_405/amec/amec_health.c index 0f0edf7..1d026d2 100755 --- a/src/occ_405/amec/amec_health.c +++ b/src/occ_405/amec/amec_health.c @@ -513,7 +513,7 @@ void amec_health_check_cent_temp() } l_ot_error = g_amec->thermalcent.ot_error; - l_sensor = getSensorByGsid(TEMP2MSCENT); + l_sensor = getSensorByGsid(TEMPCENT); l_cur_temp = l_sensor->sample; l_max_temp = l_sensor->sample_max; TRAC_ERR("amec_health_check_cent_temp: Centaur reached error temp[%d]. cur_max[%d], hist_max[%d] bitmap[0x%02X]", -- cgit v1.2.1