Changeset 2ebbe9b in mainline for uspace/drv/nic/ne2k/ne2k.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/ne2k/ne2k.c
r7924f82 r2ebbe9b 455 455 return rc; 456 456 } 457 rc = ddf_fun_add_to_category(fun, "pcap"); 458 if (rc != EOK) { 459 //ddf_msg(LVL_ERROR, "Failed adding function to category pcap"); 460 ddf_fun_unbind(fun); 461 ddf_fun_destroy(fun); 462 return rc; 463 } 457 464 458 465 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.