summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/slave_sbe
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2015-01-07 18:20:00 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-23 08:05:41 -0600
commitf02bf2dcef902ffa506b7f3742205bb44e42df66 (patch)
treebfcd9e07b99b15a4ce7f9af64010581da04b81e8 /src/usr/hwpf/hwp/slave_sbe
parentdde8fe496c159607a5190961eef1f31962a9bf6f (diff)
downloadtalos-hostboot-f02bf2dcef902ffa506b7f3742205bb44e42df66.tar.gz
talos-hostboot-f02bf2dcef902ffa506b7f3742205bb44e42df66.zip
Cleanup I2C Code
This commit cleans up some changes for recent commits for Stories 116439 and 115834. No major functionality was added. Change-Id: I1675a749eda74454631629ca780013f90e70e8d3 RTC: 116439 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15052 Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/slave_sbe')
-rw-r--r--src/usr/hwpf/hwp/slave_sbe/slave_sbe.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C b/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C
index f49b6c208..5c8450a49 100644
--- a/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C
+++ b/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -447,7 +447,7 @@ void* call_proc_check_slave_sbe_seeprom_complete( void *io_pArgs )
I2C::i2cSetAccessMode( I2C::I2C_SET_ACCESS_MODE_PROC_HOST );
// Reset the Processor's I2C Masters
- l_errl = I2C::i2cResetMasters(I2C::I2C_RESET_PROC_ALL);
+ l_errl = I2C::i2cResetActiveMasters(I2C::I2C_RESET_PROC_ALL);
if (l_errl)
{
// Commit error
OpenPOWER on IntegriCloud