Minor fix.
authorFlorian Pose <fp@igh-essen.com>
Wed, 12 Sep 2007 13:12:38 +0000
changeset 716 ac2a81a33d3d
parent 715 f12ff7c08623
child 717 87abf1166e88
Minor fix.
master/fsm_master.c
--- a/master/fsm_master.c	Wed Sep 12 13:10:15 2007 +0000
+++ b/master/fsm_master.c	Wed Sep 12 13:12:38 2007 +0000
@@ -846,8 +846,8 @@
     EC_INFO("Bus scanning completed in %u ms.\n",
             (u32) (jiffies - fsm->scan_jiffies) * 1000 / HZ);
 
+#ifdef EC_EOE
     // check if EoE processing has to be started
-#ifdef EC_EOE
     ec_master_eoe_start(master);
 #endif