diff options
author | Joerg Roedel <jroedel@suse.de> | 2016-09-20 14:24:14 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2016-09-20 14:24:14 +0300 |
commit | 6e0a16673c60386361ea37bde4190dd31d7bcd3e (patch) | |
tree | f666ef69f23bd120d60a08b959b29ef992037789 /drivers/gpu | |
parent | 3be7988674ab33565700a37b210f502563d932e6 (diff) | |
parent | 82db33dc5e49fb625262d81125625d07a0d6184e (diff) | |
download | linux-6e0a16673c60386361ea37bde4190dd31d7bcd3e.tar.xz |
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_iommu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_iommu.h b/drivers/gpu/drm/exynos/exynos_drm_iommu.h index c8de4913fdbe..87f6b5672e11 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_iommu.h +++ b/drivers/gpu/drm/exynos/exynos_drm_iommu.h @@ -66,7 +66,7 @@ static inline int __exynos_iommu_create_mapping(struct exynos_drm_private *priv, if (ret) goto free_domain; - ret = iommu_dma_init_domain(domain, start, size); + ret = iommu_dma_init_domain(domain, start, size, NULL); if (ret) goto put_cookie; |