Changeset db51a6a6 in mainline for uspace/lib/usbhost/src/usb_transfer_batch.c
- Timestamp:
- 2018-01-22T12:20:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 998773d
- Parents:
- b3c39690
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 12:18:02)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 12:20:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/usb_transfer_batch.c
rb3c39690 rdb51a6a6 118 118 119 119 if (batch->on_complete) { 120 const int err = batch->on_complete(batch->on_complete_data, batch->error, batch->transfer ed_size);120 const int err = batch->on_complete(batch->on_complete_data, batch->error, batch->transferred_size); 121 121 if (err) 122 122 usb_log_warning("batch %p failed to complete: %s",
Note:
See TracChangeset
for help on using the changeset viewer.