Changeset 4c363fa2 in mainline for uspace/srv/hw/irc/icp-ic/icp-ic.c


Ignore:
Timestamp:
2017-09-21T00:02:23Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e962ad
Parents:
797dc79e
Message:

Most drivers can actually compile on most platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/irc/icp-ic/icp-ic.c

    r797dc79e r4c363fa2  
    6565                return EINVAL;
    6666
    67         log_msg(LOG_DEFAULT, LVL_NOTE, "Enable IRQ %d", irq);
     67        log_msg(LOG_DEFAULT, LVL_NOTE, "Enable IRQ %zu", irq);
    6868
    6969        pio_write_32(&icpic_regs->irq_enableset, BIT_V(uint32_t, irq));
Note: See TracChangeset for help on using the changeset viewer.