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