diff options
Diffstat (limited to 'src/usr/hwas/hostbootIstep.C')
-rw-r--r-- | src/usr/hwas/hostbootIstep.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwas/hostbootIstep.C b/src/usr/hwas/hostbootIstep.C index 8390d1a61..42e756a07 100644 --- a/src/usr/hwas/hostbootIstep.C +++ b/src/usr/hwas/hostbootIstep.C @@ -98,7 +98,7 @@ void* host_init_fsi( void *io_pArgs ) break; } - l_errl = I2C::i2cResetActiveMasters(I2C::I2C_RESET_ALL, false); + l_errl = I2C::i2cResetActiveMasters(I2C::I2C_ALL, false); if (l_errl) { // Commit this error |