Changeset defaab2 in mainline for uspace/drv/bus/usb/xhci/endpoint.c


Ignore:
Timestamp:
2018-01-20T22:46:24Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
217e981
Parents:
9d3536e
Message:

xhci: tune log levels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/endpoint.c

    r9d3536e rdefaab2  
    279279{
    280280        /* Can't use XHCI_EP_FMT because the endpoint may not have device. */
    281         usb_log_debug2("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));
    282282
    283283        xhci_ep->primary_stream_data_array = NULL;
     
    307307                xhci_stream_free_ds(xhci_ep);
    308308        } else {
    309                 usb_log_debug2("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));
    310310                xhci_trb_ring_fini(&xhci_ep->ring);
    311311        }
Note: See TracChangeset for help on using the changeset viewer.