Skip to content
Snippets Groups Projects
Commit 655d0a44 authored by Florian Pose's avatar Florian Pose
Browse files

Minor fix.

parent 1a3b0776
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment