[COMMON] iommu/exynos: use integer type for no_rpm_control variable
authorJanghyuck Kim <janghyuck.kim@samsung.com>
Wed, 9 May 2018 09:59:00 +0000 (18:59 +0900)
committerYoungmin Nam <youngmin.nam@samsung.com>
Tue, 3 Jul 2018 07:01:14 +0000 (16:01 +0900)
Fix skipping TLB invalidation due to use bool type variable which has
three state.

Change-Id: I4be605abd5cb46295ceb8bb817234a1c3021475e
Signed-off-by: Janghyuck Kim <janghyuck.kim@samsung.com>
drivers/iommu/exynos-iommu.h

index 583ec0c0b500d59dadaedefe94706da3e3a453bc..bdf77fed36941b156c07fa3cd9c42004a31cc682 100644 (file)
@@ -354,7 +354,7 @@ struct sysmmu_drvdata {
        bool is_suspended;
        bool hold_rpm_on_boot;
        struct exynos_iommu_event_log log;
-       bool no_rpm_control;
+       int no_rpm_control;
 };
 
 struct exynos_vm_region {