Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/bus/cuda_adb/cuda_adb.c

    r57265539 rf9b2cb4c  
    169169        }
    170170
    171         async_set_client_connection(cuda_connection);
     171        async_set_fallback_port_handler(cuda_connection, NULL);
    172172        rc = loc_server_register(NAME);
    173173        if (rc < 0) {
     
    214214
    215215        /* Get the device handle. */
    216         dsid = IPC_GET_ARG1(*icall);
     216        dsid = IPC_GET_ARG2(*icall);
    217217
    218218        /* Determine which disk device is the client connecting to. */
Note: See TracChangeset for help on using the changeset viewer.