Changeset 80f7c54 in mainline for uspace/drv/bus/usb/usbdiag/tests.c
- Timestamp:
- 2018-01-27T14:37:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf0398c
- Parents:
- 77733a9
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-27 14:37:07)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-27 14:37:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbdiag/tests.c
r77733a9 r80f7c54 187 187 for (size_t i = 0; i < size; i += sizeof(test_data)) { 188 188 if (*(uint32_t *)(buffer + i) != test_data) { 189 usb_log_error("Read of %s IN endpoint returned invald data at address %lu.", usb_str_transfer_type(pipe->desc.transfer_type), i); 189 usb_log_error("Read of %s IN endpoint returned " 190 "invald data at address %zu.", 191 usb_str_transfer_type(pipe->desc.transfer_type), i); 190 192 rc = EINVAL; 191 193 break;
Note:
See TracChangeset
for help on using the changeset viewer.