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


Ignore:
Timestamp:
2018-01-20T22:46:24Z (7 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/trb_ring.c

    r9d3536e rdefaab2  
    8585        memset(*segment, 0, PAGE_SIZE);
    8686        (*segment)->phys = dbuf.phys;
    87         usb_log_debug2("Allocated new ring segment.");
     87        usb_log_debug("Allocated new ring segment.");
    8888        return EOK;
    8989}
     
    247247                        if (TRB_LINK_TC(*ring->enqueue_trb)) {
    248248                                ring->pcs = !ring->pcs;
    249                                 usb_log_debug2("TRB ring(%p): PCS toggled", ring);
     249                                usb_log_debug("TRB ring(%p): PCS toggled", ring);
    250250                        }
    251251
Note: See TracChangeset for help on using the changeset viewer.