Ignore:
File:
1 edited

Legend:

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

    raeca5a3 r563ead9  
    5959        uintptr_t result;
    6060        const int ret = as_get_physical_mapping(addr, &result);
    61         assert(ret == EOK);
    62 
    6361        if (ret != EOK)
    6462                return 0;
     
    9896{
    9997        void *free_address = as_get_mappable_page(UHCI_REQUIRED_PAGE_SIZE);
    100         assert(free_address); /* TODO: remove this assert */
    10198        if (free_address == 0)
    10299                return NULL;
Note: See TracChangeset for help on using the changeset viewer.