Changeset d271f78 in mainline


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

Fixed deallocation incase of rh_init failure.

File:
1 edited

Legend:

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

    r1d4148e rd271f78  
    226226
    227227err_rh:
    228         xhci_rh_fini(&hc->rh);
     228        xhci_fini_commands(hc);
    229229err_event_ring:
    230230        xhci_event_ring_fini(&hc->event_ring);
Note: See TracChangeset for help on using the changeset viewer.