Changes in uspace/lib/drv/generic/driver.c [9df0f64:d836630] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/driver.c
r9df0f64 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.