Changeset 6df2202 in mainline
- Timestamp:
- 2012-05-12T19:55:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 15b794d, ce1836e
- Parents:
- 84c86819
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hc.c
r84c86819 r6df2202 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.