Changeset defaab2 in mainline for uspace/drv/bus/usb/xhci/commands.c
- Timestamp:
- 2018-01-20T22:46:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 217e981
- Parents:
- 9d3536e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.c
r9d3536e rdefaab2 339 339 * requesting thread is waiting inside the CV. 340 340 */ 341 usb_log_debug 2("Command ring stopped.");341 usb_log_debug("Command ring stopped."); 342 342 fibril_condvar_broadcast(&cr->stopped_cv); 343 343 fibril_mutex_unlock(&cr->guard);
Note:
See TracChangeset
for help on using the changeset viewer.