Changeset 5944244 in mainline for uspace/drv/uhci-hcd/transfer_list.c
- Timestamp:
- 2011-02-01T23:25:48Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 1f5c1e61
- Parents:
- c56dbe0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/transfer_list.c
rc56dbe0 r5944244 43 43 instance->first = NULL; 44 44 instance->last = NULL; 45 instance->queue_head = malloc32(sizeof(queue_head_t));45 instance->queue_head = queue_head_get(); 46 46 if (!instance->queue_head) { 47 47 usb_log_error("Failed to allocate queue head.\n");
Note: See TracChangeset
for help on using the changeset viewer.