Changeset defaab2 in mainline for uspace/drv/bus/usb/xhci/endpoint.c
- Timestamp:
- 2018-01-20T22:46:24Z (8 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/endpoint.c
r9d3536e rdefaab2 279 279 { 280 280 /* Can't use XHCI_EP_FMT because the endpoint may not have device. */ 281 usb_log_debug 2("Allocating main transfer ring for endpoint " XHCI_EP_FMT, XHCI_EP_ARGS(*xhci_ep));281 usb_log_debug("Allocating main transfer ring for endpoint " XHCI_EP_FMT, XHCI_EP_ARGS(*xhci_ep)); 282 282 283 283 xhci_ep->primary_stream_data_array = NULL; … … 307 307 xhci_stream_free_ds(xhci_ep); 308 308 } else { 309 usb_log_debug 2("Freeing main transfer ring of endpoint " XHCI_EP_FMT, XHCI_EP_ARGS(*xhci_ep));309 usb_log_debug("Freeing main transfer ring of endpoint " XHCI_EP_FMT, XHCI_EP_ARGS(*xhci_ep)); 310 310 xhci_trb_ring_fini(&xhci_ep->ring); 311 311 }
Note:
See TracChangeset
for help on using the changeset viewer.