Changeset dd8ab1c in mainline for uspace/drv/intctl/apic/apic.c


Ignore:
Timestamp:
2017-12-10T21:08:11Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68e5406
Parents:
1afa94d
Message:

More str_error() additions.

File:
1 edited

Legend:

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

    r1afa94d rdd8ab1c  
    221221        rc = pio_enable((void *) res->base, IO_APIC_SIZE, &regs);
    222222        if (rc != EOK) {
    223                 printf("%s: Failed to enable PIO for APIC: %d\n", NAME, rc);
     223                printf("%s: Failed to enable PIO for APIC: %s\n", NAME, str_error(rc));
    224224                return EIO;
    225225        }
Note: See TracChangeset for help on using the changeset viewer.