Changeset 2a770a35 in mainline for uspace/lib/drv/generic


Ignore:
Timestamp:
2011-02-15T20:16:07Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab331c3
Parents:
af6b5157
Message:

Nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/driver.c

    raf6b5157 r2a770a35  
    233233{
    234234        ddf_fun_t *fun = NULL;
    235         printf("driver_get_function handle=%" PRIun "\n", handle);
    236235       
    237236        fibril_mutex_lock(&functions_mutex);
     
    240239        while (link != functions) {
    241240                fun = list_get_instance(link, ddf_fun_t, link);
    242                 printf(" - fun handle %" PRIun "\n", fun->handle);
    243241                if (fun->handle == handle) {
    244242                        fibril_mutex_unlock(&functions_mutex);
Note: See TracChangeset for help on using the changeset viewer.