Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ata/src/ata.c

    rb8fd951 r3d2d455b  
    260260                if (rc != EOK) {
    261261                        ata_msg_error(chan, "Unable to remove device %d.", i);
    262                         fibril_mutex_unlock(&chan->lock);
    263                         return rc;
     262                        break;
    264263                }
    265264        }
     
    267266        ata_bd_fini_irq(chan);
    268267        fibril_mutex_unlock(&chan->lock);
    269         free(chan);
    270268
    271269        return rc;
Note: See TracChangeset for help on using the changeset viewer.