Changeset 6da6039 in mainline for uspace/drv/bus/usb/xhci/trb_ring.c


Ignore:
Timestamp:
2017-08-20T23:53:22Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab5a0830
Parents:
3d8a3bd
Message:

Removed old unneeded allocation in add_cmd, cmd should always be non-NULL now.

File:
1 edited

Legend:

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

    r3d8a3bd r6da6039  
    310310                ring->dequeue_trb = segment_begin(ring->dequeue_segment);
    311311        }
    312        
    313 
    314         return EOK;
    315 }
     312
     313        return EOK;
     314}
Note: See TracChangeset for help on using the changeset viewer.