Changeset bad4a05 in mainline for uspace/lib/usbhost/src/usb2_bus.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/lib/usbhost/src/usb2_bus.c
ra6c4597 rbad4a05 250 250 * Release bandwidth reserved by the given endpoint. 251 251 */ 252 static intusb2_bus_unregister_ep(endpoint_t *ep)252 static void usb2_bus_unregister_ep(endpoint_t *ep) 253 253 { 254 254 usb2_bus_t *bus = bus_to_usb2_bus(ep->device->bus); … … 256 256 257 257 bus->free_bw += ep->bandwidth; 258 259 return EOK;260 258 } 261 259
Note:
See TracChangeset
for help on using the changeset viewer.