Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/utils/malloc32.h

    raeca5a3 r23f40280  
    7474        if (size <= SLAB_ELEMENT_SIZE)
    7575                return slab_malloc_g();
    76         usb_log_warning("Requested %zu bytes, current allocator can't handle "
    77             "that amount, pray that the standard malloc will suffice.", size);
     76        assert(false);
    7877        return memalign(UHCI_STRCUTURES_ALIGNMENT, size);
    7978}
Note: See TracChangeset for help on using the changeset viewer.