Changes in uspace/srv/devman/devman.c [fa581b3:ca2a18e] in mainline
- File:
-
- 1 edited
-
uspace/srv/devman/devman.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/devman.c
rfa581b3 rca2a18e 590 590 } 591 591 592 ipc_hangup(phone);592 async_hangup(phone); 593 593 594 594 /* … … 787 787 if (phone >= 0) { 788 788 add_device(phone, drv, node, tree); 789 ipc_hangup(phone);789 async_hangup(phone); 790 790 } 791 791 } … … 1063 1063 if (info != NULL) { 1064 1064 memset(info, 0, sizeof(dev_class_info_t)); 1065 li st_initialize(&info->dev_classes);1066 li st_initialize(&info->devmap_link);1067 li st_initialize(&info->link);1065 link_initialize(&info->dev_classes); 1066 link_initialize(&info->devmap_link); 1067 link_initialize(&info->link); 1068 1068 } 1069 1069
Note:
See TracChangeset
for help on using the changeset viewer.
