Changeset c3dafe1 in mainline for uspace/drv/ehci-hcd/main.c


Ignore:
Timestamp:
2011-05-31T20:11:58Z (14 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
049a16f
Parents:
06f9d8fb (diff), e6503e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge from usb/development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ehci-hcd/main.c

    r06f9d8fb rc3dafe1  
    8888        ret = pci_disable_legacy(device, reg_base, reg_size, irq);
    8989        CHECK_RET_RETURN(ret,
    90             "Failed(%d) disable legacy USB: %s.\n", ret, str_error(ret));
     90            "Failed to disable legacy USB: %s.\n", str_error(ret));
    9191
    9292        ddf_fun_t *hc_fun = ddf_fun_create(device, fun_exposed, "ehci-hc");
Note: See TracChangeset for help on using the changeset viewer.