Changeset 7786cea in mainline for uspace/drv/ohci/transfer_list.c


Ignore:
Timestamp:
2011-04-08T21:54:12Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b854e56
Parents:
96b8f322
Message:

Implement endpoint descriptor initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/transfer_list.c

    r96b8f322 r7786cea  
    6161            name, instance->list_head, instance->list_head_pa);
    6262
    63         ed_init_dummy(instance->list_head);
     63        ed_init(instance->list_head, NULL);
    6464        list_initialize(&instance->batch_list);
    6565        fibril_mutex_initialize(&instance->guard);
Note: See TracChangeset for help on using the changeset viewer.