Changeset 3b47db6 in mainline for uspace/drv/nic/rtl8139/driver.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/drv/nic/rtl8139/driver.c

    rc81d4f1 r3b47db6  
    21452145        errno_t rc = nic_driver_init(NAME);
    21462146        if (rc != EOK)
    2147                 return EXIT_RC(rc);
     2147                return rc;
    21482148
    21492149        nic_driver_implement(&rtl8139_driver_ops, &rtl8139_dev_ops,
Note: See TracChangeset for help on using the changeset viewer.