Changeset 10f479ae in mainline


Ignore:
Timestamp:
2011-01-28T15:45:40Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a8e96683
Parents:
d93ff502
Message:

Return correct value after uhci_init

File:
1 edited

Legend:

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

    rd93ff502 r10f479ae  
    5959
    6060        // TODO: get this value out of pci driver
    61         uhci_init(device, (void*)0xc020);
    62 
    63         return EOK;
     61        return uhci_init(device, (void*)0xc020);
    6462}
    6563
Note: See TracChangeset for help on using the changeset viewer.