Changeset abb5d08 in mainline for uspace/drv/bus/usb/xhci/hc.c


Ignore:
Timestamp:
2018-01-20T15:35:24Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
51c1d500
Parents:
682c9354
Message:

xhci: free context in case of an error

File:
1 edited

Legend:

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

    r682c9354 rabb5d08  
    741741
    742742        xhci_cmd_fini(&cmd);
     743
     744        if (err)
     745                dma_buffer_free(&dev->dev_ctx);
     746
    743747        return err;
    744748}
Note: See TracChangeset for help on using the changeset viewer.