Changeset 39701ed in mainline for uspace/lib/usbvirt/transaction.c
- Timestamp:
- 2010-12-10T17:09:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d08b1603
- Parents:
- ebb98c5 (diff), ee0d8a8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/transaction.c
rebb98c5 r39701ed 184 184 actual_size = size; 185 185 } 186 device->lib_debug(device, 1, USBVIRT_DEBUGTAG_TRANSACTION, 187 "in transaction: will copy %zu bytes", actual_size); 186 188 if (actual_size > 0) { 187 189 memcpy(buffer, transfer->data, actual_size);
Note:
See TracChangeset
for help on using the changeset viewer.