Changeset 741bcdeb in mainline for uspace/drv/bus/usb/ohci/ohci_bus.c
- Timestamp:
- 2017-10-13T09:21:22Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0e4b5b2
- Parents:
- e6b9182
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_bus.c
re6b9182 r741bcdeb 78 78 if (ohci_ep == NULL) 79 79 return NULL; 80 81 endpoint_init(&ohci_ep->base, bus); 80 82 81 83 ohci_ep->ed = malloc32(sizeof(ed_t));
Note:
See TracChangeset
for help on using the changeset viewer.