Changeset 55346870 in mainline for uspace/drv/bus/usb/ehci/main.c
- Timestamp:
- 2015-07-04T03:47:55Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb34d8e
- Parents:
- b5f813c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/main.c
rb5f813c r55346870 80 80 81 81 const int ret = hc_init(instance, res, irq); 82 if (ret == EOK) 82 if (ret == EOK) { 83 83 hcd_set_implementation(hcd, instance, &ehci_hc_driver.ops); 84 } else { 85 free(instance); 86 } 84 87 return ret; 85 88 }
Note:
See TracChangeset
for help on using the changeset viewer.