Changes in uspace/drv/nic/lo/lo.c [e86b8f0:5cc9eba] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/lo/lo.c
re86b8f0 r5cc9eba 127 127 printf("%s: Adding loopback device '%s'\n", NAME, dev->name); 128 128 return EOK; 129 129 130 error: 130 131 if (bound) 131 132 ddf_fun_unbind(fun); 133 132 134 if (fun != NULL) 133 135 ddf_fun_destroy(fun);
Note:
See TracChangeset
for help on using the changeset viewer.