Ignore:
File:
1 edited

Legend:

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

    r4f87a85a rbeb83c1  
    212212        void *regs;
    213213        errno_t rc;
    214         bool bound = false;
    215214
    216215        if ((sysinfo_get_value("apic", &have_apic) != EOK) || (!have_apic)) {
     
    242241        }
    243242
    244         bound = true;
    245 
    246243        rc = ddf_fun_add_to_category(fun_a, "irc");
    247244        if (rc != EOK)
     
    250247        return EOK;
    251248error:
    252         if (bound)
    253                 ddf_fun_unbind(fun_a);
    254249        if (fun_a != NULL)
    255250                ddf_fun_destroy(fun_a);
Note: See TracChangeset for help on using the changeset viewer.