Changes in / [a8435881:6f10638] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
ra8435881 r6f10638 419 419 420 420 /* Check that function with same name is not there already. */ 421 fun_node_t *tfun = find_fun_node_in_device(tree, pdev, fun_name); 422 if (tfun) { 423 fun_del_ref(tfun); /* drop the new unwanted reference */ 421 if (find_fun_node_in_device(tree, pdev, fun_name) != NULL) { 424 422 fibril_rwlock_write_unlock(&tree->rwlock); 425 423 dev_del_ref(pdev);
Note:
See TracChangeset
for help on using the changeset viewer.