drm/exynos/iommu: replace preprocessor conditionals with C conditionals
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 12 Oct 2018 10:53:45 +0000 (12:53 +0200)
committerInki Dae <inki.dae@samsung.com>
Tue, 4 Dec 2018 04:23:17 +0000 (13:23 +0900)
commit39f69368434ff4348e475a909d82617ea025baa9
tree5a9f2f8d2244c035ae88998ddbf7db257bc8e9b5
parenta0b68a710b9dfc6d0f30c2212afcb57074905df5
drm/exynos/iommu: replace preprocessor conditionals with C conditionals

Using C conditionals is preferred solution - it provides better code
coverage, makes code more clear.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_iommu.c