Ignore:
File:
1 edited

Legend:

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

    rcdd6fc9 redeee9f  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2012 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    5656        ipc_call_t rcall;
    5757        if (!async_data_read_receive(&rcall, &size)) {
    58                 async_answer_0(&rcall, EINVAL);
    5958                async_answer_0(call, EINVAL);
    6059                return;
     
    10099        ipc_call_t rcall;
    101100        if (!async_data_read_receive(&rcall, &size)) {
    102                 async_answer_0(&rcall, EINVAL);
    103101                async_answer_0(call, EINVAL);
    104102                return;
Note: See TracChangeset for help on using the changeset viewer.