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