Changeset 3d2d455b in mainline
- Timestamp:
- 2024-08-12T20:49:17Z (3 months ago)
- Branches:
- master
- Children:
- a3ba37d
- Parents:
- 04e520e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ata/src/ata.c
r04e520e r3d2d455b 260 260 if (rc != EOK) { 261 261 ata_msg_error(chan, "Unable to remove device %d.", i); 262 return rc;262 break; 263 263 } 264 264 } … … 267 267 fibril_mutex_unlock(&chan->lock); 268 268 269 return EOK;269 return rc; 270 270 } 271 271
Note:
See TracChangeset
for help on using the changeset viewer.