commit | 6d7cf02a8660cf5570b20017df4b14a2ddbd1694 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Wed Jan 24 14:22:09 2018 +0000 |
committer | Joerg Roedel <jroedel@suse.de> | Tue Feb 13 14:33:53 2018 +0100 |
tree | 693d9aa76250ea99b4180ca97d21a0b0174592a5 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 [diff] |
iommu/exynos: Use generic group callback Since iommu_group_get_for_dev() already tries iommu_group_get() and will not call ops->device_group if the group is already non-NULL, the check in get_device_iommu_group() is always redundant and it reduces to a duplicate of the generic version; let's just use that one instead. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>