working_counter = 0x0000;

This commit is contained in:
Florian Pose 2008-06-18 14:37:00 +00:00
parent f03af4c38b
commit dfa4860546
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ void ec_domain_init(
domain->data_origin = EC_ORIG_INTERNAL;
domain->logical_base_address = 0x00000000;
INIT_LIST_HEAD(&domain->datagrams);
domain->working_counter = 0xFFFF;
domain->working_counter = 0x0000;
domain->expected_working_counter = 0x0000;
domain->working_counter_changes = 0;
domain->notify_jiffies = 0;