Changeset 76b57734 in mainline


Ignore:
Timestamp:
2011-01-29T00:25:32Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8ca07e
Parents:
1431e8f
Message:

Yet another bad argument order

Location:
uspace/drv/uhci
Files:
2 edited

Legend:

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

    r1431e8f r76b57734  
    4848                  instance->callback_in, outcome, act_size);
    4949                instance->callback_in(
    50                   instance->dev, act_size, outcome, instance->arg);
     50                  instance->dev, outcome, act_size, instance->arg);
    5151        } else {
    5252                assert(instance->callback_out);
  • uspace/drv/uhci/uhci_struct/transfer_descriptor.c

    r1431e8f r76b57734  
    22#include "transfer_descriptor.h"
    33
    4 #define BUFFER_LEN 10
     4#define BUFFER_LEN 40
    55
    66static void buffer_to_str(char *str, size_t str_size,
Note: See TracChangeset for help on using the changeset viewer.