Changeset 643b983 in mainline for uspace/drv/uhci/transfer_list.h


Ignore:
Timestamp:
2011-01-21T18:14:01Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bae9e76
Parents:
9600516
Message:

Init callback structure and TD for usb in transfers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/transfer_list.h

    r9600516 r643b983  
    7070        assert(instance);
    7171        if (instance->queue_head)
    72                 free(instance->queue_head);
     72                trans_free(instance->queue_head);
    7373}
    7474
Note: See TracChangeset for help on using the changeset viewer.