Changes in uspace/srv/devman/devman.c [fa581b3:01b87dc5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/devman.c
rfa581b3 r01b87dc5 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.