Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/src/nic_impl.c

    racdb5bac rcde999a  
    179179
    180180        nic_data->send_frame(nic_data, data, size);
     181        fibril_rwlock_read_unlock(&nic_data->main_lock);
    181182        return EOK;
    182183}
     
    188189 * @param       fun
    189190 *
    190  * @return EOK          On success, or negative error code.
     191 * @return EOK          On success, or an error code.
    191192 */
    192193int nic_callback_create_impl(ddf_fun_t *fun)
Note: See TracChangeset for help on using the changeset viewer.