summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-12-04 16:10:28 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-12-12 15:34:18 -0600
commit1fe455d3400fd80d99176ad7f60a630ac7ce1b76 (patch)
treeae8b23e794687be12fdd8f1f91dafb4e26b708e5 /src/include
parentcc2021f69f6b0a1d8e271a8fd15650bd204702bd (diff)
downloadtalos-hostboot-1fe455d3400fd80d99176ad7f60a630ac7ce1b76.tar.gz
talos-hostboot-1fe455d3400fd80d99176ad7f60a630ac7ce1b76.zip
fix minor issues in errlmanager code
. on ack from FSP, check ToSave list; remove if there; . remove checks that don't need to be there; Change-Id: Id518625fd5efb4a8d6666d80e6310e8e02869874 RTC: 92123 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7554 Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/errl/errlmanager.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/usr/errl/errlmanager.H b/src/include/usr/errl/errlmanager.H
index 2d3a21edd..23319a81a 100644
--- a/src/include/usr/errl/errlmanager.H
+++ b/src/include/usr/errl/errlmanager.H
@@ -355,10 +355,10 @@ private:
* @brief find the flattened error log in PNOR and set it's ACK bit
*
* @param[in] i_errEid EID of the error log to look for
- * @return NONE
- *
+ * @return true if we successfully set the ACK bit,
+ * false if we couldn't find that errlog in PNOR
*/
- void ackErrLogInPnor( uint32_t i_errEid );
+ bool ackErrLogInPnor( uint32_t i_errEid );
/**
* @brief check the state of the PNOR 'slot'
OpenPOWER on IntegriCloud