Changeset 45457265 in mainline for uspace/drv/bus/usb/xhci/bus.c


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/bus.c

    r961a5ee r45457265  
    6868 * @return Error code.
    6969 */
    70 int xhci_bus_init(xhci_bus_t *bus, xhci_hc_t *hc)
     70errno_t xhci_bus_init(xhci_bus_t *bus, xhci_hc_t *hc)
    7171{
    7272        assert(bus);
Note: See TracChangeset for help on using the changeset viewer.