summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2021-09-30 20:55:35 +0200
committerAlex Williamson <alex.williamson@redhat.com>2021-09-30 20:55:35 +0200
commitd9a0cd510c3383b61db6f70a84e0c3487f836a63 (patch)
tree384270fd284d62726c9e1fbba8216cb5933e7898 /drivers/s390/crypto
parentMerge tag 'sound-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... (diff)
parentvfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER (diff)
downloadlinux-d9a0cd510c3383b61db6f70a84e0c3487f836a63.tar.xz
linux-d9a0cd510c3383b61db6f70a84e0c3487f836a63.zip
Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-creation-v6' into v5.16/vfio/next
Diffstat (limited to 'drivers/s390/crypto')
-rw-r--r--drivers/s390/crypto/vfio_ap_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/crypto/vfio_ap_ops.c b/drivers/s390/crypto/vfio_ap_ops.c
index 623d5269a52c..2341425f6967 100644
--- a/drivers/s390/crypto/vfio_ap_ops.c
+++ b/drivers/s390/crypto/vfio_ap_ops.c
@@ -351,7 +351,7 @@ static int vfio_ap_mdev_probe(struct mdev_device *mdev)
list_add(&matrix_mdev->node, &matrix_dev->mdev_list);
mutex_unlock(&matrix_dev->lock);
- ret = vfio_register_group_dev(&matrix_mdev->vdev);
+ ret = vfio_register_emulated_iommu_dev(&matrix_mdev->vdev);
if (ret)
goto err_list;
dev_set_drvdata(&mdev->dev, matrix_mdev);