Changeset 17d34a8 in mainline
- Timestamp:
- 2018-02-01T02:19:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77ded647
- Parents:
- 19f0048
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.c
r19f0048 r17d34a8 122 122 { 123 123 assert(rh); 124 for (unsigned i = 0; i < rh->max_ports; i++) 125 usb_port_fini(&rh->ports[i].base); 126 127 xhci_sw_ring_stop(&rh->event_ring); 128 joinable_fibril_join(rh->event_worker); 124 xhci_rh_stop(rh); 125 126 joinable_fibril_destroy(rh->event_worker); 129 127 xhci_sw_ring_fini(&rh->event_ring); 130 128 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.