Changeset 1062c8d in mainline for uspace/drv/uhci/uhci.c


Ignore:
Timestamp:
2011-01-14T18:48:28Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9600516
Parents:
76c40eb
Message:

nasty bug in dumyy call, thx Vojta for the fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/uhci.c

    r76c40eb r1062c8d  
    5757            size);
    5858
    59         callback( dev, size, USB_OUTCOME_OK, arg );
     59        callback( dev, USB_OUTCOME_OK, size, arg );
    6060
    6161        return EOK;
Note: See TracChangeset for help on using the changeset viewer.