Changeset cd1cec3b in mainline for uspace/drv/uhci-hcd/transfer_list.c
- Timestamp:
- 2011-04-08T11:31:30Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4fd3faf
- Parents:
- 6a32665d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/transfer_list.c
r6a32665d rcd1cec3b 176 176 list_get_instance(current, usb_transfer_batch_t, link); 177 177 transfer_list_remove_batch(instance, batch); 178 usb_transfer_batch_finish (batch, EIO);178 usb_transfer_batch_finish_error(batch, EIO); 179 179 } 180 180 fibril_mutex_unlock(&instance->guard);
Note:
See TracChangeset
for help on using the changeset viewer.