Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/hc.c

    rd527a4e rd773285f  
    241241        ret = bandwidth_init(&instance->bandwidth, BANDWIDTH_AVAILABLE_USB11,
    242242            bandwidth_count_usb11);
    243         assert(ret == EOK);
     243        assert(ret == true);
    244244
    245245        return EOK;
Note: See TracChangeset for help on using the changeset viewer.