Changeset 549ff23 in mainline for uspace/lib/usbhost/src/iface.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
-
uspace/lib/usbhost/src/iface.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/iface.c
r4dfc905 r549ff23 76 76 /* No private data and no private data dtor */ 77 77 usb_transfer_batch_t *batch = 78 usb_transfer_batch_ get(ep, data, size, setup_data,78 usb_transfer_batch_create(ep, data, size, setup_data, 79 79 in, out, arg, fun, NULL, NULL); 80 80 if (!batch) { … … 84 84 const int ret = hcd->schedule(hcd, batch); 85 85 if (ret != EOK) 86 usb_transfer_batch_d ispose(batch);86 usb_transfer_batch_destroy(batch); 87 87 88 88 return ret;
Note:
See TracChangeset
for help on using the changeset viewer.
