Changeset 998773d in mainline for uspace/drv/bus/usb/xhci/commands.c
- Timestamp:
- 2018-01-22T14:27:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- effbef3
- Parents:
- db51a6a6
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 14:11:42)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 14:27:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.c
rdb51a6a6 r998773d 77 77 int err; 78 78 79 if ((err = xhci_trb_ring_init(&cr->trb_ring )))79 if ((err = xhci_trb_ring_init(&cr->trb_ring, 0))) 80 80 return err; 81 81
Note:
See TracChangeset
for help on using the changeset viewer.