Changeset 0b44848 in mainline


Ignore:
Timestamp:
2025-01-16T13:15:19Z (33 hours ago)
Author:
GitHub <noreply@…>
Parents:
e0e2264 (diff), 9e7e1dc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Miroslav Cimerman <70661600+mcimerman@…> (2025-01-16 13:15:19)
git-committer:
GitHub <noreply@…> (2025-01-16 13:15:19)
Message:

Merge 9e7e1dc54b54c45a22b8d477342affeced0f20fc into e0e22648f5799cc98671695e153b0b00037daeb9

File:
1 edited

Legend:

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

    re0e2264 r0b44848  
    260260                if (rc != EOK) {
    261261                        ata_msg_error(chan, "Unable to remove device %d.", i);
    262                         break;
     262                        fibril_mutex_unlock(&chan->lock);
     263                        return rc;
    263264                }
    264265        }
     
    266267        ata_bd_fini_irq(chan);
    267268        fibril_mutex_unlock(&chan->lock);
     269        free(chan);
    268270
    269271        return rc;
Note: See TracChangeset for help on using the changeset viewer.