Changes in uspace/drv/uhci-hcd/transfer_list.c [4c70554:4125b7d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/transfer_list.c
r4c70554 r4125b7d 58 58 } 59 59 uint32_t queue_head_pa = addr_to_phys(instance->queue_head); 60 usb_log_debug2("Transfer list %s setup with QH: %p (%p).\n",60 usb_log_debug2("Transfer list %s setup with QH: %p (%#" PRIx32" ).\n", 61 61 name, instance->queue_head, queue_head_pa); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.