iommu/amd: Use iommu_attach_group()
authorJoerg Roedel <jroedel@suse.de>
Tue, 28 Jul 2015 14:58:47 +0000 (16:58 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 30 Jul 2015 08:28:48 +0000 (10:28 +0200)
commit55c99a4dc50fb749076592e8c66c235ca0124360
treec29a668167d2a503fe021e0153af1c5e0423a889
parentcbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f
iommu/amd: Use iommu_attach_group()

Since the conversion to default domains the
iommu_attach_device function only works for devices with
their own group. But this isn't always true for current
IOMMUv2 capable devices, so use iommu_attach_group instead.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu_v2.c