summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/i2c.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/i2c/i2c.C')
-rwxr-xr-xsrc/usr/i2c/i2c.C7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C
index 13d1b7c1b..50aef65e2 100755
--- a/src/usr/i2c/i2c.C
+++ b/src/usr/i2c/i2c.C
@@ -2378,9 +2378,8 @@ errlHndl_t i2cResetMasters ( i2cResetType i_resetType )
// Now reset the engine/bus
if ( error_found == false )
{
- err = i2cReset ( procList[proc],
- io_args);
-
+ err = i2cReset ( procList[proc], io_args,
+ FORCE_UNLOCK_RESET);
if( err )
{
TRACFCOMP( g_trac_i2c,
@@ -2420,8 +2419,6 @@ errlHndl_t i2cResetMasters ( i2cResetType i_resetType )
return err;
}
-
-
// ------------------------------------------------------------------
// i2cRegisterOp
// ------------------------------------------------------------------
OpenPOWER on IntegriCloud