Skip to content

Commit

Permalink
eRepair: Fix to handle incoming bad lanes threshold condition correctly
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sumitk56 authored and crgeddes committed Sep 4, 2018
1 parent bdb1634 commit 7cec18a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
}
Expand Down

0 comments on commit 7cec18a

Please sign in to comment.