Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ata_bd/main.c

    r4f87a85a reaf4e2fc  
    134134
    135135        rc = ata_ctrl_init(ctrl, &res);
     136        if (rc == ENOENT)
     137                goto error;
     138
    136139        if (rc != EOK) {
    137140                ddf_msg(LVL_ERROR, "Failed initializing ATA controller.");
Note: See TracChangeset for help on using the changeset viewer.