Changes in uspace/drv/nic/lo/lo.c [5cc9eba:e86b8f0] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/lo/lo.c

    r5cc9eba re86b8f0  
    127127        printf("%s: Adding loopback device '%s'\n", NAME, dev->name);
    128128        return EOK;
    129        
    130129error:
    131130        if (bound)
    132131                ddf_fun_unbind(fun);
    133        
    134132        if (fun != NULL)
    135133                ddf_fun_destroy(fun);
Note: See TracChangeset for help on using the changeset viewer.