Ignore:
File:
1 edited

Legend:

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

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