Changeset 4e9ecf4 in mainline for uspace/lib/usbhost/src/iface.c


Ignore:
Timestamp:
2011-08-31T22:58:04Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a790ad1
Parents:
9c10e51
Message:

libusbhost: remove unused elements

File:
1 edited

Legend:

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

    r9c10e51 r4e9ecf4  
    7878        /* No private data and no private data dtor */
    7979        usb_transfer_batch_t *batch =
    80             usb_transfer_batch_get(ep, data, NULL, size, setup_data,
    81                 setup_size, in, out, arg, fun, NULL, NULL);
     80            usb_transfer_batch_get(ep, data, size, setup_data, setup_size,
     81            in, out, arg, fun, NULL, NULL);
    8282        if (!batch) {
    8383                return ENOMEM;
Note: See TracChangeset for help on using the changeset viewer.