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.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C
index 9709026b8..606cb79bd 100755
--- a/src/usr/i2c/i2c.C
+++ b/src/usr/i2c/i2c.C
@@ -1498,7 +1498,7 @@ errlHndl_t i2cSetupMasters ( void )
continue;
}
- for( uint32_t engine = 0; /*loop doesn't iterate*/
+ for( uint32_t engine = 0;
engine < CENTAUR_MASTER_ENGINES;
engine++ )
{
OpenPOWER on IntegriCloud