Changes in uspace/drv/uhci-hcd/batch.c [f706355:4125b7d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/batch.c
rf706355 r4125b7d 162 162 assert(data); 163 163 164 usb_log_debug2("Batch(%p) checking % dtransfer(s) for completion.\n",164 usb_log_debug2("Batch(%p) checking %zu transfer(s) for completion.\n", 165 165 instance, data->td_count); 166 166 instance->transfered_size = 0; … … 173 173 instance->error = td_status(&data->tds[i]); 174 174 if (instance->error != EOK) { 175 usb_log_debug("Batch(%p) found error TD(% d):%x.\n",175 usb_log_debug("Batch(%p) found error TD(%zu):%" PRIx32 ".\n", 176 176 instance, i, data->tds[i].status); 177 177 td_print_status(&data->tds[i]);
Note:
See TracChangeset
for help on using the changeset viewer.