commit | 39f69368434ff4348e475a909d82617ea025baa9 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Fri Oct 12 12:53:45 2018 +0200 |
committer | Inki Dae <inki.dae@samsung.com> | Tue Dec 04 13:23:17 2018 +0900 |
tree | 5a9f2f8d2244c035ae88998ddbf7db257bc8e9b5 | |
parent | a0b68a710b9dfc6d0f30c2212afcb57074905df5 [diff] |
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>