Changes in uspace/srv/devman/main.c [a96a982:655cc56] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
ra96a982 r655cc56 634 634 fibril_rwlock_read_unlock(&device_tree.rwlock); 635 635 dev_del_ref(dev); 636 if (gone_rc == EOK) 637 gone_rc = ENOTSUP; 638 async_answer_0(callid, gone_rc); 636 639 return; 637 640 }
Note:
See TracChangeset
for help on using the changeset viewer.