Changeset 9af3281 in mainline
- Timestamp:
- 2017-07-22T01:07:02Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 110d795
- Parents:
- 12fba858
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/trb_ring.c
r12fba858 r9af3281 243 243 if (ring->erst == NULL) 244 244 return ENOMEM; 245 memset(ring->erst, 0, PAGE_SIZE); 245 246 246 247 xhci_fill_erst_entry(&ring->erst[0], segment->phys, SEGMENT_TRB_COUNT);
Note:
See TracChangeset
for help on using the changeset viewer.