Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/pc-floppy/main.c

    r832cbe7 r705b65ea  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    7373        async_sess_t *parent_sess;
    7474        hw_res_list_parsed_t hw_res;
     75        hw_res_flags_t flags;
    7576        errno_t rc;
    7677
     
    7879        if (parent_sess == NULL)
    7980                return ENOMEM;
     81
     82        rc = hw_res_get_flags(parent_sess, &flags);
     83        if (rc != EOK)
     84                return rc;
    8085
    8186        hw_res_list_parsed_init(&hw_res);
Note: See TracChangeset for help on using the changeset viewer.