Minor change.

This commit is contained in:
Florian Pose 2008-06-26 14:24:29 +00:00
parent 88f5a2ac84
commit 9bbbc4009d
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ void ec_slave_config_load_default_sync_config(ec_slave_config_t *sc)
if (!sc->slave)
return;
for (sync_index = 0; sync_index < EC_MAX_SYNCS; sync_index++) {
sync_config = &sc->sync_configs[sync_index];
if ((sync = ec_slave_get_sync(sc->slave, sync_index))) {