Changeset 145d4e2e in mainline for uspace/drv/block/pci-ide/pci-ide.c


Ignore:
Timestamp:
2024-07-22T20:45:12Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
04e520e
Parents:
48b8928
Message:

Add doxygen group definition and minimal unit tests to libata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/pci-ide/pci-ide.c

    r48b8928 r145d4e2e  
    294294        return EOK;
    295295error:
     296        if (chan->channel != NULL) {
     297                (void) ata_channel_destroy(chan->channel);
     298                chan->channel = NULL;
     299        }
    296300        if (buffer != NULL)
    297301                dmamem_unmap_anonymous(buffer);
Note: See TracChangeset for help on using the changeset viewer.