Minor fix.

This commit is contained in:
Florian Pose 2007-09-12 13:12:38 +00:00
parent c4b87f7317
commit 08c67e8f2e
1 changed files with 1 additions and 1 deletions

View File

@ -846,8 +846,8 @@ void ec_fsm_master_state_scan_slaves(
EC_INFO("Bus scanning completed in %u ms.\n",
(u32) (jiffies - fsm->scan_jiffies) * 1000 / HZ);
// check if EoE processing has to be started
#ifdef EC_EOE
// check if EoE processing has to be started
ec_master_eoe_start(master);
#endif