Changeset 0511549 in mainline for uspace/srv/devman/drv_conn.c
- Timestamp:
- 2013-09-10T23:11:34Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de3d15b4
- Parents:
- 5df1963
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/drv_conn.c
r5df1963 r0511549 83 83 84 84 /* Find driver structure. */ 85 driver = find_driver(&drivers_list, drv_name);85 driver = driver_find_by_name(&drivers_list, drv_name); 86 86 if (driver == NULL) { 87 87 log_msg(LOG_DEFAULT, LVL_ERROR, "No driver named `%s' was found.", drv_name);
Note:
See TracChangeset
for help on using the changeset viewer.