diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/xhci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/xhci.c b/sys/dev/usb/xhci.c index 5b0f273..90d37fe 100644 --- a/sys/dev/usb/xhci.c +++ b/sys/dev/usb/xhci.c @@ -320,8 +320,6 @@ xhci_alloc_cmdring(struct xhci_hc *hc) size_t cmdring_size; cmdring_size = XHCI_TRB_SIZE * XHCI_CMDRING_LEN; - - /* Create command ring */ hc->cmd_ring = dynalloc_memalign(cmdring_size, 0x1000); __assert(hc->cmd_ring != NULL); |