diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2016-11-15 10:27:07 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-12-12 14:15:39 -0500 |
| commit | cb6f76dba03a0a42b57100d1c89fa91b42457157 (patch) | |
| tree | d6493f5cfc40d61522069f6db472e41ba6ac560e /src/usr/fapi2 | |
| parent | 19fa7d2e808c33cf0bb9b17ce05dad4abc2005f9 (diff) | |
| download | blackbird-hostboot-cb6f76dba03a0a42b57100d1c89fa91b42457157.tar.gz blackbird-hostboot-cb6f76dba03a0a42b57100d1c89fa91b42457157.zip | |
Clear FAPI2 current_error when log is commited
Change-Id: I5ac90b3567c4634d085d4f84716c172afc8434d8
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32661
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2')
| -rw-r--r-- | src/usr/fapi2/plat_utils.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/fapi2/plat_utils.C b/src/usr/fapi2/plat_utils.C index bf8cc0c48..b0fe05181 100644 --- a/src/usr/fapi2/plat_utils.C +++ b/src/usr/fapi2/plat_utils.C @@ -977,6 +977,8 @@ void logError( errlCommit(l_pError, HWPF_COMP_ID); } + //error is committed, no current error + fapi2::current_err = fapi2::FAPI2_RC_SUCCESS; return; } |

