Changeset 1f76b7d in mainline
- Timestamp:
- 2017-10-02T19:17:05Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2b0ba3
- Parents:
- 04df063
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.c
r04df063 r1f76b7d 88 88 break; 89 89 } 90 fibril_mutex_ lock(&cmd->completed_mtx);90 fibril_mutex_unlock(&cmd->completed_mtx); 91 91 92 92 return rv;
Note:
See TracChangeset
for help on using the changeset viewer.