From 64fcfd7e3f3899e761d21eda204b53114d494aaa Mon Sep 17 00:00:00 2001 From: Wael El-Essawy Date: Wed, 5 Oct 2016 12:08:56 -0500 Subject: Fix Centaur Control Module ID Even though the code is commented out, it has to be fixed to pass the firestation test. Change-Id: I6ed3829cb8ae0a329f9e4d78d6c7aba9cd69a71d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30737 Tested-by: FSP CI Jenkins Reviewed-by: Christopher J. Cain Reviewed-by: William A. Bryan --- src/occ_405/cent/centaur_control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/occ_405/cent/centaur_control.c') diff --git a/src/occ_405/cent/centaur_control.c b/src/occ_405/cent/centaur_control.c index 08e3005..9f61eb0 100755 --- a/src/occ_405/cent/centaur_control.c +++ b/src/occ_405/cent/centaur_control.c @@ -471,7 +471,7 @@ bool check_centaur_checkstop(uint8_t cent) /* @ * @errortype - * @moduleid CENT_TASK_CONTROL_MOD + * @moduleid CENT_CONTROL_MOD * @reasoncode CENT_SCOM_ERROR * @userdata1 rc - Return code of scom operation * @userdata2 index of scom operation that failed @@ -479,7 +479,7 @@ bool check_centaur_checkstop(uint8_t cent) * @devdesc OCC access to centaur failed */ l_err = createErrl( - CENT_TASK_CONTROL_MOD, // modId + CENT_CONTROL_MOD, // modId CENT_SCOM_ERROR, // reasoncode OCC_NO_EXTENDED_RC, // Extended reason code ERRL_SEV_PREDICTIVE, // Severity -- cgit v1.2.1