Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Tested-by: Marek Szyprowski <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
- Loading branch information