Changeset ad79d80 in mainline for uspace/lib/usb/src/remotedrv.c


Ignore:
Timestamp:
2010-12-10T10:33:24Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a880374
Parents:
99ea659c
Message:

Bugfixes for amd64

Corrected usage of %zu for size_t, another case of switched paramter
order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/remotedrv.c

    r99ea659c rad79d80  
    300300 */
    301301static void remote_in_callback(usb_hc_device_t *hc,
    302     usb_transaction_outcome_t outcome, size_t actual_size, void *arg)
     302    size_t actual_size, usb_transaction_outcome_t outcome, void *arg)
    303303{
    304304        transfer_info_t *transfer = (transfer_info_t *) arg;
Note: See TracChangeset for help on using the changeset viewer.