Ignore:
File:
1 edited

Legend:

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

    rd836630 r9df0f64  
    526526                return NULL;
    527527
    528         refcount_init(&dev->refcnt);
    529 
    530528        return dev;
    531529}
     
    543541                return NULL;
    544542
    545         refcount_init(&fun->refcnt);
    546543        init_match_ids(&fun->match_ids);
    547544        link_initialize(&fun->link);
Note: See TracChangeset for help on using the changeset viewer.