Changeset a9f91cd in mainline for uspace/drv/uhci-hcd/batch.c


Ignore:
Timestamp:
2011-03-13T18:09:16Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
335382d, f123909
Parents:
9351353
Message:

Refactoring final touches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/batch.c

    r9351353 ra9f91cd  
    450450{
    451451        assert(instance);
    452         uhci_hc_t *hc = fun_to_uhci(instance->fun);
     452        uhci_hc_t *hc = fun_to_uhci_hc(instance->fun);
    453453        assert(hc);
    454         return uhci_schedule(hc, instance);
     454        return uhci_hc_schedule(hc, instance);
    455455}
    456456/**
Note: See TracChangeset for help on using the changeset viewer.