Changeset 99a00a6 in mainline


Ignore:
Timestamp:
2018-01-12T12:06:08Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
129e6f1
Parents:
0fcccd9
Message:

usbhost: fix leftover assert

File:
1 edited

Legend:

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

    r0fcccd9 r99a00a6  
    180180{
    181181        assert(dev);
    182         assert(dev->fun == NULL);
     182        assert(dev->fun != NULL);
    183183
    184184        const bus_ops_t *ops = BUS_OPS_LOOKUP(dev->bus->ops, device_gone);
Note: See TracChangeset for help on using the changeset viewer.