Changeset 9848c77 in mainline for uspace/drv/bus/usb/xhci/rh.c


Ignore:
Timestamp:
2018-01-11T04:14:40Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17783bf
Parents:
0892663a
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-11 04:10:46)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-11 04:14:40)
Message:

usbhost: renamed bus_device_remove to bus_device_gone

File:
1 edited

Legend:

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

    r0892663a r9848c77  
    206206
    207207        /* Remove device from XHCI bus. */
    208         bus_device_remove(&dev->base);
     208        bus_device_gone(&dev->base);
    209209
    210210        return EOK;
Note: See TracChangeset for help on using the changeset viewer.