Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/src/device.c

    rbeb83c1 rfafb8e5  
    6666                bool processed = usbvirt_ipc_handle_call(DEV, &call);
    6767                if (!processed) {
    68                         if (!IPC_GET_IMETHOD(call)) {
     68                        if (!ipc_get_imethod(&call)) {
    6969                                async_answer_0(&call, EOK);
    7070                                return;
Note: See TracChangeset for help on using the changeset viewer.