X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fvmw_vsock%2Fvirtio_transport.c;h=403d86e80162e7796fd75249b1ae876d1eee1e6a;hb=900a88ef348803cd2ad2aeb13ffe06e807c6ce65;hp=9dffe0282ad4f08efe8df7ab48695183b5117739;hpb=1176032cb12bb89ad558a3e57e82f2f25b817eff;p=karo-tx-linux.git diff --git a/net/vmw_vsock/virtio_transport.c b/net/vmw_vsock/virtio_transport.c index 9dffe0282ad4..403d86e80162 100644 --- a/net/vmw_vsock/virtio_transport.c +++ b/net/vmw_vsock/virtio_transport.c @@ -576,9 +576,9 @@ static int virtio_vsock_probe(struct virtio_device *vdev) vsock->vdev = vdev; - ret = vsock->vdev->config->find_vqs(vsock->vdev, VSOCK_VQ_MAX, - vsock->vqs, callbacks, names, - NULL); + ret = virtio_find_vqs(vsock->vdev, VSOCK_VQ_MAX, + vsock->vqs, callbacks, names, + NULL); if (ret < 0) goto out;