Changeset 8a637a4 in mainline for uspace/srv/devman/drv_conn.c
- Timestamp:
- 2015-09-30T17:47:41Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1f7584
- Parents:
- a955fcc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/drv_conn.c
ra955fcc r8a637a4 101 101 driver->name); 102 102 fibril_mutex_unlock(&driver->driver_mutex); 103 async_answer_0(callid, EEXIST S);103 async_answer_0(callid, EEXIST); 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 S);280 async_answer_0(callid, EEXIST); 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.