summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorSumit Kumar <sumit_kumar@in.ibm.com>2018-08-25 13:52:16 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-09-04 16:08:58 -0500
commit7cec18ac93753c286ae6ec40609837199916aae6 (patch)
treebead7a08e6353396cfb6c65afaf229487654e24e /src/import/chips
parentbdb1634e8e6a385884025f49cadbd4262962dd3e (diff)
downloadtalos-hostboot-7cec18ac93753c286ae6ec40609837199916aae6.tar.gz
talos-hostboot-7cec18ac93753c286ae6ec40609837199916aae6.zip
eRepair: Fix to handle incoming bad lanes threshold condition correctly
Change-Id: I5ef7429117f44fdadcf6844f4b2035b285910d1e CQ:SW443542 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65304 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65311 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips')
-rwxr-xr-xsrc/import/chips/p9/procedures/hwp/io/p9_io_erepairAccessorHwpFuncs.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/io/p9_io_erepairAccessorHwpFuncs.H b/src/import/chips/p9/procedures/hwp/io/p9_io_erepairAccessorHwpFuncs.H
index aabb7613f..8d6aa9217 100755
--- a/src/import/chips/p9/procedures/hwp/io/p9_io_erepairAccessorHwpFuncs.H
+++ b/src/import/chips/p9/procedures/hwp/io/p9_io_erepairAccessorHwpFuncs.H
@@ -945,7 +945,6 @@ fapi2::ReturnCode erepairSetFailedLanes(
o_thresholdExceed = true;
}
-fapi_try_exit:
/*** Update the VPD ***/
// Lets write the VPD of endpoint1 with faillanes on Rx side
@@ -966,6 +965,7 @@ fapi_try_exit:
"tx l_setLanes() from Accessor HWP failed w/rc=0x%x",
(uint64_t)fapi2::current_err );
+fapi_try_exit:
FAPI_INF("<< erepairSetFailedLanes");
return fapi2::current_err;
}
OpenPOWER on IntegriCloud