Changes in uspace/drv/intctl/icp-ic/icp-ic.c [c1694b6b:b446b02] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/icp-ic/icp-ic.c
rc1694b6b rb446b02 41 41 #include <ddf/log.h> 42 42 #include <errno.h> 43 #include <str_error.h>44 43 #include <ipc/irc.h> 45 44 #include <stdint.h> … … 137 136 rc = ddf_fun_bind(fun_a); 138 137 if (rc != EOK) { 139 ddf_msg(LVL_ERROR, "Failed binding function 'a' : %s", str_error(rc));138 ddf_msg(LVL_ERROR, "Failed binding function 'a'. (%d)", rc); 140 139 goto error; 141 140 }
Note:
See TracChangeset
for help on using the changeset viewer.