mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Since the original virtio_find_vqs() is no longer present, rename virtio_find_vqs_info() back to virtio_find_vqs(). Signed-off-by: Jiri Pirko <jiri@nvidia.com> Message-Id: <20240708074814.1739223-20-jiri@resnulli.us> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
committed by
Michael S. Tsirkin
parent
3e8d51c776
commit
6c85d6b653
@@ -125,7 +125,7 @@ static int virtsnd_find_vqs(struct virtio_snd *snd)
|
||||
unsigned int n;
|
||||
int rc;
|
||||
|
||||
rc = virtio_find_vqs_info(vdev, VIRTIO_SND_VQ_MAX, vqs, vqs_info, NULL);
|
||||
rc = virtio_find_vqs(vdev, VIRTIO_SND_VQ_MAX, vqs, vqs_info, NULL);
|
||||
if (rc) {
|
||||
dev_err(&vdev->dev, "failed to initialize virtqueues\n");
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user