net/mlx5: introduce hardware steering enable routine
[dpdk.git] / drivers / vdpa / sfc / sfc_vdpa.c
index fccdd8c..53f598f 100644 (file)
@@ -328,7 +328,8 @@ sfc_vdpa_pci_remove(struct rte_pci_device *pci_dev)
 
        sva = sfc_vdpa_get_adapter_by_dev(pci_dev);
        if (sva == NULL) {
-               sfc_vdpa_info(sva, "invalid device: %s", pci_dev->name);
+               SFC_VDPA_GENERIC_LOG(INFO,
+                       "Invalid device: %s.", pci_dev->name);
                return -1;
        }