]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/caif/caif_virtio.c
mmc: meson-gx: work around broken SDIO with certain WiFi chips
[karo-tx-linux.git] / drivers / net / caif / caif_virtio.c
index bc0eb47ecceea7891c22e309f604ece0b0de9807..6122768c86444ec5b9c5fa67d7a63aa2690ba2f5 100644 (file)
@@ -679,8 +679,7 @@ static int cfv_probe(struct virtio_device *vdev)
                goto err;
 
        /* Get the TX virtio ring. This is a "guest side vring". */
-       err = vdev->config->find_vqs(vdev, 1, &cfv->vq_tx, &vq_cbs, &names,
-                       NULL);
+       err = virtio_find_vqs(vdev, 1, &cfv->vq_tx, &vq_cbs, &names, NULL);
        if (err)
                goto err;