master/fsm_master.c
changeset 716 ac2a81a33d3d
parent 715 f12ff7c08623
child 717 87abf1166e88
equal deleted inserted replaced
715:f12ff7c08623 716:ac2a81a33d3d
   844     }
   844     }
   845 
   845 
   846     EC_INFO("Bus scanning completed in %u ms.\n",
   846     EC_INFO("Bus scanning completed in %u ms.\n",
   847             (u32) (jiffies - fsm->scan_jiffies) * 1000 / HZ);
   847             (u32) (jiffies - fsm->scan_jiffies) * 1000 / HZ);
   848 
   848 
       
   849 #ifdef EC_EOE
   849     // check if EoE processing has to be started
   850     // check if EoE processing has to be started
   850 #ifdef EC_EOE
       
   851     ec_master_eoe_start(master);
   851     ec_master_eoe_start(master);
   852 #endif
   852 #endif
   853 
   853 
   854     master->scan_state = EC_REQUEST_COMPLETE;
   854     master->scan_state = EC_REQUEST_COMPLETE;
   855     wake_up_interruptible(&master->scan_queue);
   855     wake_up_interruptible(&master->scan_queue);