Changes in uspace/drv/nic/rtl8139/driver.c [8d9217d:fafb8e5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/driver.c
r8d9217d rfafb8e5 42 42 #include <stdio.h> 43 43 #include <str.h> 44 #include <pcapdump_iface.h>45 44 46 45 #include "defs.h" … … 1314 1313 } 1315 1314 1316 rc = ddf_fun_add_to_category(fun, "pcap");1317 if (rc != EOK) {1318 ddf_msg(LVL_ERROR, "Failed adding function to category pcap");1319 goto err_fun_bind;1320 }1321 1322 1315 ddf_msg(LVL_NOTE, "The %s device has been successfully initialized.", 1323 1316 ddf_dev_get_name(dev));
Note:
See TracChangeset
for help on using the changeset viewer.