Changeset 1a46610 in mainline for uspace/drv/ohci/transfer_list.c
- Timestamp:
- 2011-04-10T22:44:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6991188
- Parents:
- c7bdfa7 (diff), 26d46d2 (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/transfer_list.c
rc7bdfa7 r1a46610 143 143 144 144 fibril_mutex_lock(&instance->guard); 145 usb_log_debug2("Checking list %s for completed batches(%d).\n", 146 instance->name, list_count(&instance->batch_list)); 145 147 link_t *current = instance->batch_list.next; 146 148 while (current != &instance->batch_list) {
Note:
See TracChangeset
for help on using the changeset viewer.