summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-03-22 09:25:04 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-03-24 10:22:28 -0400
commit6cfd9c7e4dcb22c4d8ce1bf2feb99328ed185781 (patch)
tree486d51a189516a575aaa7670a245301582d1735a /src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
parentb4b696de54dedb5e835a0f8abca5731b1f1bdeea (diff)
downloadtalos-hostboot-6cfd9c7e4dcb22c4d8ce1bf2feb99328ed185781.tar.gz
talos-hostboot-6cfd9c7e4dcb22c4d8ce1bf2feb99328ed185781.zip
Fix defect SW384182 for p9_mss_eff_config_thermal
Change-Id: I24fe5d5a03fff3313ac44a124d30fa090e8c0917 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38288 Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38298 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
index e595a2404..766e60375 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
@@ -201,6 +201,6 @@ extern "C"
FAPI_INF( "End effective config thermal");
fapi_try_exit:
- return fapi2::FAPI2_RC_SUCCESS;
+ return fapi2::current_err;
}
} //extern C
OpenPOWER on IntegriCloud