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


Ignore:
Timestamp:
2018-01-07T01:15: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:
5e2b1ae6
Parents:
56257ba
Message:

xhci: remove unnecessary field

File:
1 edited

Legend:

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

    r56257ba r63431db  
    215215                goto err_cmd;
    216216
    217         if ((err = xhci_rh_init(&hc->rh, hc, device)))
     217        if ((err = xhci_rh_init(&hc->rh, hc)))
    218218                goto err_bus;
    219219
Note: See TracChangeset for help on using the changeset viewer.