Changeset 7941bd6 in mainline
- Timestamp:
- 2011-05-19T07:24:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 293de44, 4fe3b6d, 74b1e40, d09f3720
- Parents:
- 98d7550 (diff), 70c85320 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.c
r98d7550 r7941bd6 539 539 endpoint_list_fini(&instance->lists[USB_TRANSFER_CONTROL]); \ 540 540 endpoint_list_fini(&instance->lists[USB_TRANSFER_BULK]); \ 541 return ret; \ 541 542 } \ 542 return ret; \543 543 } while (0) 544 544
Note:
See TracChangeset
for help on using the changeset viewer.