Changeset defaab2 in mainline for uspace/drv/bus/usb/xhci/trb_ring.c
- Timestamp:
- 2018-01-20T22:46:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 217e981
- Parents:
- 9d3536e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/trb_ring.c
r9d3536e rdefaab2 85 85 memset(*segment, 0, PAGE_SIZE); 86 86 (*segment)->phys = dbuf.phys; 87 usb_log_debug 2("Allocated new ring segment.");87 usb_log_debug("Allocated new ring segment."); 88 88 return EOK; 89 89 } … … 247 247 if (TRB_LINK_TC(*ring->enqueue_trb)) { 248 248 ring->pcs = !ring->pcs; 249 usb_log_debug 2("TRB ring(%p): PCS toggled", ring);249 usb_log_debug("TRB ring(%p): PCS toggled", ring); 250 250 } 251 251
Note:
See TracChangeset
for help on using the changeset viewer.