Changeset cd1cec3b in mainline for uspace/drv/ohci/root_hub.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/ohci/root_hub.c
r6a32665d rcd1cec3b 761 761 opResult = EINVAL; 762 762 } 763 usb_transfer_batch_finish (request, opResult);763 usb_transfer_batch_finish_error(request, opResult); 764 764 return EOK; 765 765 }
Note:
See TracChangeset
for help on using the changeset viewer.