Changeset 85f7369 in mainline


Ignore:
Timestamp:
2012-09-02T20:32:45Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ac31040
Parents:
d6cd626
Message:

rtc: remove unneeded cast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/time/cmos-rtc/cmos-rtc.c

    rd6cd626 r85f7369  
    162162rtc_pio_enable(rtc_t *rtc)
    163163{
    164         if (pio_enable((void *)(uintptr_t) rtc->io_addr, REG_COUNT,
     164        if (pio_enable((void *) rtc->io_addr, REG_COUNT,
    165165            (void **) &rtc->port)) {
    166166
Note: See TracChangeset for help on using the changeset viewer.