Changeset 55346870 in mainline for uspace/drv/bus/usb/ohci/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/ohci/main.c
rb5f813c r55346870 75 75 76 76 const int ret = hc_init(instance, res, irq); 77 if (ret == EOK) 77 if (ret == EOK) { 78 78 hcd_set_implementation(hcd, instance, &ohci_hc_driver.ops); 79 } else { 80 free(instance); 81 } 79 82 return ret; 80 83 }
Note:
See TracChangeset
for help on using the changeset viewer.