Changeset aeca5a3 in mainline for uspace/drv/uhci-hcd/utils/malloc32.h


Ignore:
Timestamp:
2011-05-18T10:58:33Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ff7360, f58154c5
Parents:
68b9f148
Message:

Fix UHCI malloc32 warning message. Add bzr ignore for mkbd binary

File:
1 edited

Legend:

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

    r68b9f148 raeca5a3  
    7575                return slab_malloc_g();
    7676        usb_log_warning("Requested %zu bytes, current allocator can't handle "
    77             "that amount, pray that the standard malloc will suffice.");
     77            "that amount, pray that the standard malloc will suffice.", size);
    7878        return memalign(UHCI_STRCUTURES_ALIGNMENT, size);
    7979}
Note: See TracChangeset for help on using the changeset viewer.