Changeset f9d787c in mainline


Ignore:
Timestamp:
2017-10-12T16:07:56Z (7 years ago)
Author:
Michal Staruch <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a8435eb5
Parents:
fc0271a5
Message:

Target is not a pointer

File:
1 edited

Legend:

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

    rfc0271a5 rf9d787c  
    258258
    259259        // TODO: target = endpoint | stream_id << 16
    260         hc_ring_doorbell(hc, slot_id, xhci_ep->base->target->endpoint);
     260        hc_ring_doorbell(hc, slot_id, xhci_ep->base.target.endpoint);
    261261        return EOK;
    262262}
Note: See TracChangeset for help on using the changeset viewer.