Changeset 9304b66 in mainline
- Timestamp:
- 2017-08-20T15:54:28Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d4148e
- Parents:
- c33c40e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.c
rc33c40e r9304b66 114 114 void xhci_free_command(xhci_cmd_t *cmd) 115 115 { 116 list_remove(&cmd->link); 117 116 118 if (cmd->ictx) 117 119 free32(cmd->ictx);
Note:
See TracChangeset
for help on using the changeset viewer.