Changeset 8344d0a in mainline


Ignore:
Timestamp:
2009-08-19T15:09:22Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86554e7
Parents:
fd210de
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/pci/serial.c

    rfd210de r8344d0a  
    199199        pio_write_8(port_addr + 4, 0x1f);
    200200        if ((pio_read_8(port_addr + 6) & 0xf0) != 0xf0) {
    201                 return 0;
     201                return NULL;
    202202        }
    203203        pio_write_8(port_addr + 4, olddata);
Note: See TracChangeset for help on using the changeset viewer.