Changes in uspace/srv/devman/devman.c [01b87dc5:fa581b3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/devman.c
r01b87dc5 rfa581b3 785 785 /* Notify the driver about the new device. */ 786 786 int phone = async_connect_me_to(drv->phone, DRIVER_DEVMAN, 0, 0); 787 if (phone > 0) {787 if (phone >= 0) { 788 788 add_device(phone, drv, node, tree); 789 789 ipc_hangup(phone);
Note:
See TracChangeset
for help on using the changeset viewer.