Changeset 3d8a3bd in mainline for uspace/drv/bus/usb/xhci/trb_ring.c


Ignore:
Timestamp:
2017-08-20T19:12:12Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6da6039
Parents:
decfc8d1
Message:

Fixed the issue that cause waiting for command completion in alloc_dev to timeout with a quick hotfix, this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/trb_ring.c

    rdecfc8d1 r3d8a3bd  
    121121int xhci_trb_ring_fini(xhci_trb_ring_t *ring)
    122122{
     123        if (!ring)
     124                return EOK;
     125
    123126        list_foreach(ring->segments, segments_link, trb_segment_t, segment)
    124127                dmamem_unmap_anonymous(segment);
Note: See TracChangeset for help on using the changeset viewer.