Changes in uspace/lib/nic/src/nic_ev.c [9d58539:50b581d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_ev.c
r9d58539 r50b581d 54 54 55 55 if (retval != EOK) { 56 async_ wait_for(req, NULL);56 async_forget(req); 57 57 return retval; 58 58 } … … 86 86 87 87 if (retval != EOK) { 88 async_ wait_for(req, NULL);88 async_forget(req); 89 89 return retval; 90 90 }
Note:
See TracChangeset
for help on using the changeset viewer.