Changeset 472235a in mainline for uspace/drv/bus/usb/xhci/commands.c


Ignore:
Timestamp:
2017-10-03T16:53:47Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
65e079b
Parents:
efe9463
Message:

xhci: refactoring

Revise error paths, refactor some code.

File:
1 edited

Legend:

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

    refe9463 r472235a  
    126126{
    127127        link_t *cmd_link = list_first(&hc->commands);
    128 
    129 
    130         usb_log_debug2("Searching TRB %lu...", phys);
    131128
    132129        while (cmd_link != NULL) {
Note: See TracChangeset for help on using the changeset viewer.