Removed debugging output.
authorFlorian Pose <fp@igh-essen.com>
Wed, 21 Jun 2006 10:08:30 +0000
changeset 278 fddcb6d7869d
parent 277 b9fef58af86e
child 279 12f48c1cb143
Removed debugging output.
master/master.c
--- a/master/master.c	Wed Jun 21 09:11:39 2006 +0000
+++ b/master/master.c	Wed Jun 21 10:08:30 2006 +0000
@@ -1144,7 +1144,6 @@
                                     0x0800 + j * EC_SYNC_SIZE, EC_SYNC_SIZE))
                     return -1;
                 ec_sync_config(sync, slave, command->data);
-                EC_INFO("configuring sync.\n");
                 if (unlikely(ec_master_simple_io(master, command))) {
                     EC_ERR("Setting sync manager %i failed on slave %i!\n",
                            j, slave->ring_position);
@@ -1223,7 +1222,6 @@
                                 0x0600 + j * EC_FMMU_SIZE, EC_FMMU_SIZE))
                 return -1;
             ec_fmmu_config(fmmu, slave, command->data);
-            EC_INFO("configuring fmmu.\n");
             if (unlikely(ec_master_simple_io(master, command))) {
                 EC_ERR("Setting FMMU %i failed on slave %i!\n",
                        j, slave->ring_position);