Fork us on GitHub Follow us on Facebook Follow us on Twitter

Changeset 10f479ae in mainline for uspace/drv/uhci/main.c


Ignore:
Timestamp:
2011-01-28T15:45:40Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial
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.