Changeset fa4b12d5 in mainline for uspace/lib/usbhost/src/usb2_bus.c


Ignore:
Timestamp:
2018-01-25T12:20:11Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d08aa42d
Parents:
296d22fc
Message:

usbhost utility: removed unnecessary bus argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/usb2_bus.c

    r296d22fc rfa4b12d5  
    130130        }
    131131
    132         if ((err = hc_get_ep0_max_packet_size(&ep0_desc.endpoint.max_packet_size, dev->bus, dev)))
     132        if ((err = hc_get_ep0_max_packet_size(&ep0_desc.endpoint.max_packet_size, dev)))
    133133                goto err_address;
    134134
Note: See TracChangeset for help on using the changeset viewer.