Changes in uspace/drv/intctl/apic/apic.c [4f87a85a:beb83c1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/apic/apic.c
r4f87a85a rbeb83c1 212 212 void *regs; 213 213 errno_t rc; 214 bool bound = false;215 214 216 215 if ((sysinfo_get_value("apic", &have_apic) != EOK) || (!have_apic)) { … … 242 241 } 243 242 244 bound = true;245 246 243 rc = ddf_fun_add_to_category(fun_a, "irc"); 247 244 if (rc != EOK) … … 250 247 return EOK; 251 248 error: 252 if (bound)253 ddf_fun_unbind(fun_a);254 249 if (fun_a != NULL) 255 250 ddf_fun_destroy(fun_a);
Note:
See TracChangeset
for help on using the changeset viewer.