Changeset 2a770a35 in mainline for uspace/lib/drv/generic
- Timestamp:
- 2011-02-15T20:16:07Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab331c3
- Parents:
- af6b5157
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/driver.c
raf6b5157 r2a770a35 233 233 { 234 234 ddf_fun_t *fun = NULL; 235 printf("driver_get_function handle=%" PRIun "\n", handle);236 235 237 236 fibril_mutex_lock(&functions_mutex); … … 240 239 while (link != functions) { 241 240 fun = list_get_instance(link, ddf_fun_t, link); 242 printf(" - fun handle %" PRIun "\n", fun->handle);243 241 if (fun->handle == handle) { 244 242 fibril_mutex_unlock(&functions_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.