Changeset 67d58e8 in mainline for uspace/drv/bus/usb/xhci/bus.c


Ignore:
Timestamp:
2017-12-27T22:46:18Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
66c16b0
Parents:
95a62dc
Message:

xhci: fix typo in device_online

File:
1 edited

Legend:

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

    r95a62dc r67d58e8  
    301301        }
    302302
    303         /* Block creation of new endpoints and transfers. */
     303        /* Allow creation of new endpoints and transfers. */
    304304        usb_log_debug2("Device " XHCI_DEV_FMT " going online.", XHCI_DEV_ARGS(*dev));
    305305        fibril_mutex_lock(&dev_base->guard);
Note: See TracChangeset for help on using the changeset viewer.