Changeset 7138a78b in mainline
- Timestamp:
- 2018-01-19T13:07:43Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c7d5189
- Parents:
- 41abf3c
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-19 13:03:52)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-19 13:07:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/port.c
r41abf3c r7138a78b 199 199 } 200 200 201 assert(port->state == PORT_DISABLED || port->state == PORT_DISCONNECTING);202 201 fibril_mutex_unlock(&port->guard); 203 202 }
Note:
See TracChangeset
for help on using the changeset viewer.