Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/intctl/obio/obio.c

    rc1694b6b raf9f271  
    4747#include <ddi.h>
    4848#include <errno.h>
    49 #include <str_error.h>
    5049#include <inttypes.h>
    5150#include <ipc/irc.h>
     
    126125        }
    127126
    128         ddf_msg(LVL_NOTE, "OBIO registers with base at 0x%" PRIxn, res->base);
     127        ddf_msg(LVL_NOTE, "OBIO registers with base at 0x%" PRIun, res->base);
    129128
    130129        fun_a = ddf_fun_create(obio->dev, fun_exposed, "a");
     
    139138        rc = ddf_fun_bind(fun_a);
    140139        if (rc != EOK) {
    141                 ddf_msg(LVL_ERROR, "Failed binding function 'a': %s", str_error(rc));
     140                ddf_msg(LVL_ERROR, "Failed binding function 'a'. (%d)", rc);
    142141                goto error;
    143142        }
Note: See TracChangeset for help on using the changeset viewer.