Changes in uspace/srv/devman/drv_conn.c [8a637a4:f9b2cb4c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/drv_conn.c
r8a637a4 rf9b2cb4c 101 101 driver->name); 102 102 fibril_mutex_unlock(&driver->driver_mutex); 103 async_answer_0(callid, EEXIST );103 async_answer_0(callid, EEXISTS); 104 104 return NULL; 105 105 } … … 278 278 fibril_rwlock_write_unlock(&tree->rwlock); 279 279 dev_del_ref(pdev); 280 async_answer_0(callid, EEXIST );280 async_answer_0(callid, EEXISTS); 281 281 printf(NAME ": Warning, driver tried to register `%s' twice.\n", 282 282 fun_name);
Note:
See TracChangeset
for help on using the changeset viewer.