Ignore:
File:
1 edited

Legend:

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

    r705b65ea r832cbe7  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
     2 * Copyright (c) 2025 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;
    7675        errno_t rc;
    7776
     
    7978        if (parent_sess == NULL)
    8079                return ENOMEM;
    81 
    82         rc = hw_res_get_flags(parent_sess, &flags);
    83         if (rc != EOK)
    84                 return rc;
    8580
    8681        hw_res_list_parsed_init(&hw_res);
Note: See TracChangeset for help on using the changeset viewer.