Changeset 3b47db6 in mainline for uspace/srv/fs/ext4fs/ext4fs.c


Ignore:
Timestamp:
2018-01-04T20:50:53Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
58e4d85
Parents:
c81d4f1
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:53)
Message:

(optional) Remove EXIT_RC().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs.c

    rc81d4f1 r3b47db6  
    7676        if (rc != EOK) {
    7777                printf("%s: Global initialization failed\n", NAME);
    78                 return EXIT_RC(rc);
     78                return rc;
    7979        }
    8080       
     
    8383        if (rc != EOK) {
    8484                printf("%s: Failed to register file system\n", NAME);
    85                 return EXIT_RC(rc);
     85                return rc;
    8686        }
    8787       
Note: See TracChangeset for help on using the changeset viewer.