Changeset 9ff59981 in mainline
- Timestamp:
- 2014-01-23T04:20:43Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07b8877
- Parents:
- 486f479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/ddf_helpers.c
r486f479 r9ff59981 439 439 } 440 440 } 441 if (victim && victim->port == port) { 441 if (victim) { 442 assert(victim->port == port); 442 443 list_remove(&victim->link); 443 444 fibril_mutex_unlock(&hub->guard); … … 452 453 return EOK; 453 454 } 455 fibril_mutex_unlock(&hub->guard); 454 456 return ENOENT; 455 457 }
Note:
See TracChangeset
for help on using the changeset viewer.