Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/driver.c

    rcb819f9 r0b5a4131  
    203203                        break;
    204204                default:
    205                         ipc_answer_0(callid, ENOENT);
     205                        if (!(callid & IPC_CALLID_NOTIFICATION))
     206                                ipc_answer_0(callid, ENOENT);
    206207                }
    207208        }
Note: See TracChangeset for help on using the changeset viewer.