Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ahci/ahci.c

    r1433ecda rfafb8e5  
    816816 *
    817817 * @param sata     SATA device structure.
    818  * @param phys     Physical addres of buffer with sector data.
     818 * @param phys     Physical address of buffer with sector data.
    819819 * @param blocknum Block number to write.
    820820 *
     
    897897{
    898898        ahci_dev_t *ahci = dev_ahci_dev(dev);
    899         unsigned int port = IPC_GET_ARG1(*icall);
    900         ahci_port_is_t pxis = IPC_GET_ARG2(*icall);
     899        unsigned int port = ipc_get_arg1(icall);
     900        ahci_port_is_t pxis = ipc_get_arg2(icall);
    901901
    902902        if (port >= AHCI_MAX_PORTS)
Note: See TracChangeset for help on using the changeset viewer.