Changes in uspace/drv/uhci-hcd/pci.c [ea993d18:4125b7d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/pci.c
rea993d18 r4125b7d 90 90 io_address = res->res.io_range.address; 91 91 io_size = res->res.io_range.size; 92 usb_log_debug2("Found io: % llx%zu.\n",92 usb_log_debug2("Found io: %" PRIx64" %zu.\n", 93 93 res->res.io_range.address, res->res.io_range.size); 94 94 io_found = true;
Note:
See TracChangeset
for help on using the changeset viewer.