Changes in / [bf9e6fc:ce1836e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hc.c
rbf9e6fc rce1836e 66 66 if (connection->ref_count == 0) { 67 67 /* Closing already closed connection... */ 68 assert(connection->hc_sess = NULL);68 assert(connection->hc_sess == NULL); 69 69 fibril_mutex_unlock(&connection->guard); 70 70 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.