Changeset 8790650 in mainline for uspace/drv/ohci/hw_struct/endpoint_descriptor.c
- Timestamp:
- 2011-04-09T20:44:50Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 501e5df
- Parents:
- ff0e354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hw_struct/endpoint_descriptor.c
rff0e354 r8790650 42 42 bzero(instance, sizeof(ed_t)); 43 43 if (ep == NULL) { 44 instance->status |= ED_STATUS_K_FLAG;44 instance->status = ED_STATUS_K_FLAG; 45 45 return; 46 46 }
Note:
See TracChangeset
for help on using the changeset viewer.