Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/driver.c

    r9df0f64 rd836630  
    526526                return NULL;
    527527
     528        refcount_init(&dev->refcnt);
     529
    528530        return dev;
    529531}
     
    541543                return NULL;
    542544
     545        refcount_init(&fun->refcnt);
    543546        init_match_ids(&fun->match_ids);
    544547        link_initialize(&fun->link);
Note: See TracChangeset for help on using the changeset viewer.