Changeset 0210d42d in mainline for uspace/lib/nic/src/nic_impl.c


Ignore:
Timestamp:
2024-12-13T08:44:05Z (14 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
59fe16d
Parents:
1333dfc
git-author:
Nataliia Korop <n.corop08@…> (2024-05-08 13:47:52)
git-committer:
Nataliia Korop <n.corop08@…> (2024-12-13 08:44:05)
Message:

ethip/drvs can dump, default ethip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/src/nic_impl.c

    r1333dfc r0210d42d  
    852852                return rc;
    853853
    854         // rc = ddf_fun_add_to_category(fun, "pcap");
    855         // if (rc != EOK) {
    856         //      return rc;
    857         // }
     854        rc = ddf_fun_add_to_category(fun, "pcap");
     855        if (rc != EOK) {
     856                return rc;
     857        }
    858858        return EOK;
    859859}
Note: See TracChangeset for help on using the changeset viewer.