Changes in uspace/drv/nic/virtio-net/virtio-net.c [8fed3ef:6eab537d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/virtio-net/virtio-net.c
r8fed3ef r6eab537d 43 43 44 44 #include <virtio-pci.h> 45 #include <pcapdump_iface.h> 45 46 46 47 #define NAME "virtio-net" … … 431 432 ddf_dev_get_name(dev)); 432 433 434 rc = ddf_fun_add_to_category(fun, "pcap"); 435 if (rc != EOK) { 436 ddf_msg(LVL_ERROR, "Failed adding function to category pcap"); 437 goto unbind; 438 } 439 433 440 return EOK; 434 441
Note:
See TracChangeset
for help on using the changeset viewer.