Loading drivers/iommu/arm-smmu.c +1 −1 Original line number Diff line number Diff line Loading @@ -1515,7 +1515,7 @@ static void arm_smmu_secure_domain_unlock(struct arm_smmu_domain *smmu_domain) static unsigned long arm_smmu_pgtbl_lock(struct arm_smmu_domain *smmu_domain) { unsigned long flags; unsigned long flags = 0; if (arm_smmu_is_slave_side_secure(smmu_domain)) mutex_lock(&smmu_domain->pgtbl_mutex_lock); Loading drivers/iommu/msm_iommu_sec.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -374,7 +374,7 @@ static int msm_iommu_sec_ptbl_init(void) unsigned int spare; } pinit = {0}; int psize[2] = {0, 0}; unsigned int spare; unsigned int spare = 0; int ret, ptbl_ret = 0; int version; /* Use a dummy device for dma_alloc_attrs allocation */ Loading Loading
drivers/iommu/arm-smmu.c +1 −1 Original line number Diff line number Diff line Loading @@ -1515,7 +1515,7 @@ static void arm_smmu_secure_domain_unlock(struct arm_smmu_domain *smmu_domain) static unsigned long arm_smmu_pgtbl_lock(struct arm_smmu_domain *smmu_domain) { unsigned long flags; unsigned long flags = 0; if (arm_smmu_is_slave_side_secure(smmu_domain)) mutex_lock(&smmu_domain->pgtbl_mutex_lock); Loading
drivers/iommu/msm_iommu_sec.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -374,7 +374,7 @@ static int msm_iommu_sec_ptbl_init(void) unsigned int spare; } pinit = {0}; int psize[2] = {0, 0}; unsigned int spare; unsigned int spare = 0; int ret, ptbl_ret = 0; int version; /* Use a dummy device for dma_alloc_attrs allocation */ Loading