Changeset e546142 in mainline
- Timestamp:
- 2018-01-23T00:20:33Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8033f89
- Parents:
- 7278cbc9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/bus.c
r7278cbc9 re546142 209 209 const bus_ops_t *ops = BUS_OPS_LOOKUP(dev->bus->ops, device_gone); 210 210 const bus_ops_t *ep_ops = BUS_OPS_LOOKUP(dev->bus->ops, endpoint_unregister); 211 assert(ops);212 211 213 212 /* First, block new transfers and operations. */
Note:
See TracChangeset
for help on using the changeset viewer.