Changeset e546142 in mainline


Ignore:
Timestamp:
2018-01-23T00:20:33Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8033f89
Parents:
7278cbc9
Message:

usbhost: remove redundant assert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/bus.c

    r7278cbc9 re546142  
    209209        const bus_ops_t *ops = BUS_OPS_LOOKUP(dev->bus->ops, device_gone);
    210210        const bus_ops_t *ep_ops = BUS_OPS_LOOKUP(dev->bus->ops, endpoint_unregister);
    211         assert(ops);
    212211
    213212        /* First, block new transfers and operations. */
Note: See TracChangeset for help on using the changeset viewer.