]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4f8d00d875da300754df0240f32f9774940f1126
tree5a9f2f8d2244c035ae88998ddbf7db257bc8e9b5
parent944fa5823f87be30fee7083dadf3887210f3fea9
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