Changeset de0e6b3 in mainline for uspace/drv/uhci/transfer_list.c


Ignore:
Timestamp:
2011-01-28T12:43:07Z (15 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d93ff502
Parents:
45c4f5a
Message:

Used usbmem allocator

File:
1 edited

Legend:

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

    r45c4f5a rde0e6b3  
    88        instance->first = NULL;
    99        instance->last = NULL;
    10         instance->queue_head = trans_malloc(sizeof(queue_head_t));
     10        instance->queue_head = malloc32(sizeof(queue_head_t));
    1111        if (!instance->queue_head) {
    1212                uhci_print_error("Failed to allocate queue head.\n");
Note: See TracChangeset for help on using the changeset viewer.