Changeset 53fdf8c in mainline
- Timestamp:
- 2018-02-01T01:45:56Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19f0048
- Parents:
- 73a5857
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-02-01 01:45:14)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-02-01 01:45:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/lib/usbhost/src/ddf_helpers.c ¶
r73a5857 r53fdf8c 110 110 return ENOENT; 111 111 112 return bus_endpoint_remove(ep); 112 const errno_t err = bus_endpoint_remove(ep); 113 114 endpoint_del_ref(ep); 115 return err; 113 116 } 114 117
Note:
See TracChangeset
for help on using the changeset viewer.