virtio-pci library: report resource address
[linux-2.6-microblaze.git] / drivers / vdpa / virtio_pci / vp_vdpa.c
index 2afc906..98205e5 100644 (file)
@@ -415,7 +415,8 @@ static int vp_vdpa_probe(struct pci_dev *pdev, const struct pci_device_id *id)
 
        for (i = 0; i < vp_vdpa->queues; i++) {
                vp_vdpa->vring[i].irq = VIRTIO_MSI_NO_VECTOR;
-               vp_vdpa->vring[i].notify = vp_modern_map_vq_notify(mdev, i);
+               vp_vdpa->vring[i].notify =
+                       vp_modern_map_vq_notify(mdev, i, NULL);
                if (!vp_vdpa->vring[i].notify) {
                        dev_warn(&pdev->dev, "Fail to map vq notify %d\n", i);
                        goto err;