Changes in / [40dc422:6e50466] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devmap/devmap.c

    r40dc422 r6e50466  
    623623       
    624624        if (dev->forward_interface == 0) {
     625                /* The IPC_GET_ARG3(*icall) would be always zero,
     626                 * wouldn't it? So why to pass it at all?
     627                 */
    625628                ipc_forward_fast(callid, dev->driver->phone,
    626629                    dev->handle, 0, 0,
Note: See TracChangeset for help on using the changeset viewer.