Changeset 078e0e6 in mainline for uspace/drv/bus/usb/xhci/hc.c
- Timestamp:
- 2017-10-05T16:21:02Z (6 years ago)
- Branches:
- lfn, master, serial
- Children:
- e9e24f2
- Parents:
- 4930b15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.c
r4930b15 r078e0e6 193 193 return ENOMEM; 194 194 195 hc->dcbaa_virt = malloc 32((1 + hc->max_slots) * sizeof(xhci_virt_device_ctx_t));195 hc->dcbaa_virt = malloc((1 + hc->max_slots) * sizeof(xhci_virt_device_ctx_t)); 196 196 if (!hc->dcbaa_virt) { 197 197 err = ENOMEM;
Note: See TracChangeset
for help on using the changeset viewer.