Changeset e657635 in mainline
- Timestamp:
- 2016-07-23T13:53:16Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f527f58
- Parents:
- 086f8e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/ddf_helpers.c
r086f8e3 re657635 446 446 const int ret = ddf_fun_unbind(victim->fun); 447 447 if (ret == EOK) { 448 usb_address_t address = victim->address; 448 449 ddf_fun_destroy(victim->fun); 449 hcd_release_address(hcd, victim->address);450 hcd_release_address(hcd, address); 450 451 } else { 451 452 usb_log_warning("Failed to unbind device `%s': %s\n",
Note:
See TracChangeset
for help on using the changeset viewer.