Changeset 5cfcc64 in mainline for uspace/drv/bus/usb/ohci/ohci_batch.c


Ignore:
Timestamp:
2011-12-06T12:19:15Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6bba41d
Parents:
2582d8f
Message:

libusbhost: User both stored error value and transferred size in the finish wrapper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci_batch.c

    r2582d8f r5cfcc64  
    7070        assert(ohci_batch->usb_batch);
    7171        usb_transfer_batch_finish(ohci_batch->usb_batch,
    72             ohci_batch->device_buffer + ohci_batch->usb_batch->setup_size,
    73             ohci_batch->usb_batch->buffer_size);
     72            ohci_batch->device_buffer + ohci_batch->usb_batch->setup_size);
    7473        ohci_transfer_batch_dispose(ohci_batch);
    7574}
Note: See TracChangeset for help on using the changeset viewer.