Changeset bad4a05 in mainline for uspace/drv/bus/usb/xhci/rh.c
- Timestamp:
- 2018-01-11T04:12:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0892663a
- Parents:
- a6c4597
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-11 01:31:42)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-11 04:12:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.c
ra6c4597 rbad4a05 188 188 { 189 189 assert(rh); 190 int err;191 190 192 191 /* Find XHCI device by the port. */ … … 207 206 208 207 /* Remove device from XHCI bus. */ 209 if ((err = bus_device_remove(&dev->base))) { 210 usb_log_warning("Failed to remove device " XHCI_DEV_FMT " from XHCI bus: %s", 211 XHCI_DEV_ARGS(*dev), str_error(err)); 212 } 208 bus_device_remove(&dev->base); 213 209 214 210 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.