~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/drv/bus/usb/uhci/uhci_batch.c

MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
                if (uhci_batch->usb_batch->error != EOK) {
174
174
                        assert(uhci_batch->usb_batch->ep != NULL);
175
175
 
176
 
                        usb_log_debug("Batch(%p) found error TD(%zu):%"
 
176
                        usb_log_debug("Batch %p found error TD(%zu->%p):%"
177
177
                            PRIx32 ".\n", uhci_batch->usb_batch, i,
178
 
                            uhci_batch->tds[i].status);
 
178
                            &uhci_batch->tds[i], uhci_batch->tds[i].status);
179
179
                        td_print_status(&uhci_batch->tds[i]);
180
180
 
181
181
                        endpoint_toggle_set(uhci_batch->usb_batch->ep,