summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi/fsidd.C
diff options
context:
space:
mode:
authorMonte Copeland <copelanm@us.ibm.com>2011-11-02 13:56:28 -0500
committerMonte K. Copeland <copelanm@us.ibm.com>2011-11-02 14:30:51 -0500
commitb7ecd3ccb7b64c8d6dec1d0d2f452f4ee5ce8828 (patch)
treedd67745a3ec47a58fadc36642aa8e21898788f0c /src/usr/fsi/fsidd.C
parent8455f7a9f2e388c29abebc9bf18d657c11d5e27f (diff)
downloadtalos-hostboot-b7ecd3ccb7b64c8d6dec1d0d2f452f4ee5ce8828.tar.gz
talos-hostboot-b7ecd3ccb7b64c8d6dec1d0d2f452f4ee5ce8828.zip
Errl commit with component ID
Change-Id: Ic8fcd3c69330878e8e7a75ba6ba9d3c60aca6251 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/482 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Diffstat (limited to 'src/usr/fsi/fsidd.C')
-rw-r--r--src/usr/fsi/fsidd.C12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/fsi/fsidd.C b/src/usr/fsi/fsidd.C
index 5ce7329a0..b50834d31 100644
--- a/src/usr/fsi/fsidd.C
+++ b/src/usr/fsi/fsidd.C
@@ -452,7 +452,7 @@ errlHndl_t FsiDD::initializeHardware()
l_err = initMasterControl(iv_master,TARGETING::FSI_MASTER_TYPE_MFSI);
if( l_err )
{
- errlCommit(l_err);
+ errlCommit(l_err,FSI_COMP_ID);
}
else
{
@@ -470,7 +470,7 @@ errlHndl_t FsiDD::initializeHardware()
{
//@todo - append the actual slave target to FFDC
// commit the log here so that we can move on to next port
- errlCommit(l_err);
+ errlCommit(l_err,FSI_COMP_ID);
//if this fails then some of the slaves below won't init,
// but that is okay because the detected ports will be
@@ -504,7 +504,7 @@ errlHndl_t FsiDD::initializeHardware()
if( l_err )
{
// commit the log here so that we can move on to next port
- errlCommit(l_err);
+ errlCommit(l_err,FSI_COMP_ID);
break;
}
master_init_done = true;
@@ -519,7 +519,7 @@ errlHndl_t FsiDD::initializeHardware()
{
//@todo - append the actual slave target to FFDC
// commit the log here so that we can move on to next port
- errlCommit(l_err);
+ errlCommit(l_err,FSI_COMP_ID);
}
}
@@ -530,7 +530,7 @@ errlHndl_t FsiDD::initializeHardware()
l_err = initMasterControl(iv_master,TARGETING::FSI_MASTER_TYPE_CMFSI);
if( l_err )
{
- errlCommit(l_err);
+ errlCommit(l_err,FSI_COMP_ID);
}
else
{
@@ -552,7 +552,7 @@ errlHndl_t FsiDD::initializeHardware()
{
//@todo - append the actual slave target to FFDC
// commit the log here so that we can move on to next port
- errlCommit(l_err);
+ errlCommit(l_err,FSI_COMP_ID);
}
}
}
OpenPOWER on IntegriCloud