Changeset 832cbe7 in mainline for uspace/drv/block/pc-floppy/main.c
- Timestamp:
- 2025-02-05T12:30:20Z (9 days ago)
- Branches:
- master
- Children:
- accdf882
- Parents:
- 0dab4850
- git-author:
- Jiri Svoboda <jiri@…> (2025-02-04 21:30:06)
- git-committer:
- Jiri Svoboda <jiri@…> (2025-02-05 12:30:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/pc-floppy/main.c
r0dab4850 r832cbe7 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 73 73 async_sess_t *parent_sess; 74 74 hw_res_list_parsed_t hw_res; 75 hw_res_flags_t flags;76 75 errno_t rc; 77 76 … … 79 78 if (parent_sess == NULL) 80 79 return ENOMEM; 81 82 rc = hw_res_get_flags(parent_sess, &flags);83 if (rc != EOK)84 return rc;85 80 86 81 hw_res_list_parsed_init(&hw_res);
Note:
See TracChangeset
for help on using the changeset viewer.