Fork us on GitHub Follow us on Facebook Follow us on Twitter

Changeset 5944244 in mainline for uspace/drv/uhci-hcd/transfer_list.c


Ignore:
Timestamp:
2011-02-01T23:25:48Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial
Children:
1f5c1e61
Parents:
c56dbe0
Message:

Refactoring uhci_ functions are called on uhci_t not device_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/transfer_list.c

    rc56dbe0 r5944244  
    4343        instance->first = NULL;
    4444        instance->last = NULL;
    45         instance->queue_head = malloc32(sizeof(queue_head_t));
     45        instance->queue_head = queue_head_get();
    4646        if (!instance->queue_head) {
    4747                usb_log_error("Failed to allocate queue head.\n");
Note: See TracChangeset for help on using the changeset viewer.