Changes in uspace/drv/intctl/icp-ic/icp-ic.c [4f87a85a:beb83c1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/icp-ic/icp-ic.c
r4f87a85a rbeb83c1 116 116 void *regs; 117 117 errno_t rc; 118 bool bound = false;119 118 120 119 rc = pio_enable((void *)res->base, sizeof(icpic_regs_t), ®s); … … 147 146 return EOK; 148 147 error: 149 if (bound)150 ddf_fun_unbind(fun_a);151 148 if (fun_a != NULL) 152 149 ddf_fun_destroy(fun_a);
Note:
See TracChangeset
for help on using the changeset viewer.