Changes in / [53bff11:a3ba37d] in mainline


Ignore:
File:
1 edited

Legend:

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

    r53bff11 ra3ba37d  
    260260                if (rc != EOK) {
    261261                        ata_msg_error(chan, "Unable to remove device %d.", i);
    262                         return rc;
     262                        break;
    263263                }
    264264        }
     
    267267        fibril_mutex_unlock(&chan->lock);
    268268
    269         return EOK;
     269        return rc;
    270270}
    271271
Note: See TracChangeset for help on using the changeset viewer.