Ignore:
Timestamp:
2018-02-03T02:14:26Z (6 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb862fd
Parents:
961a5ee
Message:

errno_t all the things!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/scratchpad.c

    r961a5ee r45457265  
    5757 * Allocate all scratchpad buffers, and configure the xHC.
    5858 */
    59 int xhci_scratchpad_alloc(xhci_hc_t *hc)
     59errno_t xhci_scratchpad_alloc(xhci_hc_t *hc)
    6060{
    6161        const unsigned num_bufs = xhci_scratchpad_count(hc);
Note: See TracChangeset for help on using the changeset viewer.