Changes in uspace/lib/c/generic/device/nic.c [50b581d:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/device/nic.c
r50b581d r9d58539 65 65 66 66 if (retval != EOK) { 67 async_ forget(req);67 async_wait_for(req, NULL); 68 68 return retval; 69 69 } … … 94 94 rc = async_connect_to_me(exch, 0, 0, 0, cfun, carg); 95 95 if (rc != EOK) { 96 async_ forget(req);96 async_wait_for(req, NULL); 97 97 return rc; 98 98 }
Note:
See TracChangeset
for help on using the changeset viewer.