Changeset 2ebbe9b in mainline for uspace/drv/nic/rtl8139/driver.c
- Timestamp:
- 2024-12-13T08:32:55Z (10 months ago)
- Children:
- 9e26790
- Parents:
- 7924f82
- git-author:
- Nataliia Korop <n.corop08@…> (2024-03-20 17:06:29)
- git-committer:
- Nataliia Korop <n.corop08@…> (2024-12-13 08:32:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/driver.c
r7924f82 r2ebbe9b 42 42 #include <stdio.h> 43 43 #include <str.h> 44 #include <pcapdump_iface.h> 44 45 45 46 #include "defs.h" … … 1311 1312 } 1312 1313 1314 rc = ddf_fun_add_to_category(fun, "pcap"); 1315 if (rc != EOK) { 1316 ddf_msg(LVL_ERROR, "Failed adding function to category pcap"); 1317 goto err_fun_bind; 1318 } 1319 1313 1320 ddf_msg(LVL_NOTE, "The %s device has been successfully initialized.", 1314 1321 ddf_dev_get_name(dev));
Note:
See TracChangeset
for help on using the changeset viewer.