Changeset d1d7a92 in mainline for uspace/drv/bus/usb/xhci/commands.c
- Timestamp:
- 2017-10-21T10:34:45Z (6 years ago)
- Branches:
- lfn, master, serial
- Children:
- 8ea7459
- Parents:
- 1252e81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.c
r1252e81 rd1d7a92 443 443 assert(trb); 444 444 445 usb_log_debug ("HC(%p) Command completed.", hc);445 usb_log_debug2("HC(%p) Command completed.", hc); 446 446 447 447 int code; … … 454 454 if (command == NULL) { 455 455 // TODO: STOP & ABORT may not have command structs in the list! 456 usb_log_ debug("No command struct for this completion event found.");456 usb_log_warning("No command struct for this completion event found."); 457 457 458 458 if (code != XHCI_TRBC_SUCCESS)
Note: See TracChangeset
for help on using the changeset viewer.