Changeset b591cab in mainline for uspace/lib/usbhost/src/hcd.c


Ignore:
Timestamp:
2012-12-22T20:47:25Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f8d43aa
Parents:
56a07e0
Message:

libusbhost: usb_transfer_batch: Remove private data member.

Nothing used it.

File:
1 edited

Legend:

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

    r56a07e0 rb591cab  
    109109        usb_transfer_batch_t *batch =
    110110            usb_transfer_batch_create(ep, data, size, setup_data,
    111             in, out, arg, fun, NULL, NULL);
     111            in, out, arg, fun);
    112112        if (!batch) {
    113113                return ENOMEM;
Note: See TracChangeset for help on using the changeset viewer.