Changes in / [a3ba37d:53bff11] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ata/src/ata.c
ra3ba37d r53bff11 260 260 if (rc != EOK) { 261 261 ata_msg_error(chan, "Unable to remove device %d.", i); 262 break;262 return rc; 263 263 } 264 264 } … … 267 267 fibril_mutex_unlock(&chan->lock); 268 268 269 return rc;269 return EOK; 270 270 } 271 271
Note:
See TracChangeset
for help on using the changeset viewer.