Changeset 8a23fef in mainline for uspace/lib/usbhost/src/hcd.c


Ignore:
Timestamp:
2013-07-27T08:17:36Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ec6766a
Parents:
3aac088
Message:

libusbhost: Merge _remove_address and _release_address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/hcd.c

    r3aac088 r8a23fef  
    117117{
    118118        assert(hcd);
    119         usb_endpoint_manager_remove_address(&hcd->ep_manager, address,
     119        return usb_endpoint_manager_remove_address(&hcd->ep_manager, address,
    120120            unregister_helper_warn, hcd);
    121         usb_endpoint_manager_release_address(&hcd->ep_manager, address);
    122         return EOK;
    123121}
    124122
Note: See TracChangeset for help on using the changeset viewer.