Changeset d836630 in mainline
- Timestamp:
- 2018-12-05T06:24:19Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bbe20da
- Parents:
- 3694ced
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/driver.c
r3694ced rd836630 526 526 return NULL; 527 527 528 refcount_init(&dev->refcnt); 529 528 530 return dev; 529 531 } … … 541 543 return NULL; 542 544 545 refcount_init(&fun->refcnt); 543 546 init_match_ids(&fun->match_ids); 544 547 link_initialize(&fun->link);
Note:
See TracChangeset
for help on using the changeset viewer.