Changeset 549ff23 in mainline for uspace/drv/bus/usb/ohci/ohci_batch.c
- Timestamp:
- 2011-10-29T15:35:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17412546
- Parents:
- 4dfc905
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_batch.c
r4dfc905 r549ff23 59 59 free(ohci_batch->tds); 60 60 } 61 usb_transfer_batch_d ispose(ohci_batch->usb_batch);61 usb_transfer_batch_destroy(ohci_batch->usb_batch); 62 62 free32(ohci_batch->device_buffer); 63 63 free(ohci_batch);
Note:
See TracChangeset
for help on using the changeset viewer.