Changeset 36e8a0c8 in mainline for uspace/drv/bus/usb/xhci/rh.c


Ignore:
Timestamp:
2018-01-21T21:59:49Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
09187c6e
Parents:
37fce70
Message:

usbhub: fix mistakenly negated condition

File:
1 edited

Legend:

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

    r37fce70 r36e8a0c8  
    171171        port->device->rh_port = dev->port;
    172172
     173        usb_log_debug("Enumerating new %s-speed device on port %u.", usb_str_speed(dev->speed), dev->port);
     174
    173175        if ((err = bus_device_enumerate(dev))) {
    174176                usb_log_error("Failed to enumerate USB device: %s", str_error(err));
Note: See TracChangeset for help on using the changeset viewer.