Changeset 53a9d02 in mainline for uspace/drv/bus/usb/xhci/hc.c


Ignore:
Timestamp:
2018-01-11T09:17:43Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30fc56f
Parents:
17783bf
Message:

usb: fix errors introduced by recent changes

File:
1 edited

Legend:

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

    r17783bf r53a9d02  
    745745        usb_log_debug2("Obtained USB address: %d.\n", dev->base.address);
    746746
    747         /* From now on, the device is officially online, yay! */
    748         fibril_mutex_lock(&dev->base.guard);
    749         dev->base.online = true;
    750         fibril_mutex_unlock(&dev->base.guard);
    751 
    752747        return EOK;
    753748
Note: See TracChangeset for help on using the changeset viewer.