summaryrefslogtreecommitdiffstats
path: root/src/usr/ibscom
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-02-17 17:29:55 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-27 11:38:43 -0600
commit941d3e56f1f933dba3f98c3f82fae0561a5201e7 (patch)
treef8f907280d7176c83685739ca03797eb822bbfe9 /src/usr/ibscom
parent0f33e04d51a9ad3e37fa40db8970f166ff84432e (diff)
downloadtalos-hostboot-941d3e56f1f933dba3f98c3f82fae0561a5201e7.tar.gz
talos-hostboot-941d3e56f1f933dba3f98c3f82fae0561a5201e7.zip
Clean up beam errors in core.
Change-Id: I695a38ae88583a052cae19b930eb53171f8fab2b RTC:94993 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9050 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ibscom')
-rw-r--r--src/usr/ibscom/ibscom.C8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/ibscom/ibscom.C b/src/usr/ibscom/ibscom.C
index f81656002..71ea19e67 100644
--- a/src/usr/ibscom/ibscom.C
+++ b/src/usr/ibscom/ibscom.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -380,7 +380,7 @@ void err_cleanup(Target* i_target,
//23=MBS_FIR_MASK_REG_HOST_INBAND_WRITE_ERROR
mbs_fir &= 0xFFFFFCFFFFFFFFFF;
op_size = sizeof(uint64_t);
- l_err = deviceOp( DeviceFW::WRITE,
+ tmp_err = deviceOp( DeviceFW::WRITE,
i_target,
&mbs_fir,
op_size,
@@ -412,7 +412,7 @@ void err_cleanup(Target* i_target,
l_err->setSev(ERRORLOG::ERRL_SEV_INFORMATIONAL);
errlCommit(l_err,IBSCOM_COMP_ID);
l_err = NULL;
- }
+ }
}
@@ -932,7 +932,7 @@ void enableInbandScoms( bool i_disable )
mutex_unlock(l_mutex);
}
- }
+ }
}
OpenPOWER on IntegriCloud