Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 781c7ae0 authored by Ravikishore Pampana's avatar Ravikishore Pampana Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: smmu: Set smmu non fatal flag true



Set the non fatal flag true during the iommu domain attributes
configuration.

Change-Id: I109f7e7f7d3af036f057da0134d5a3e320c43cb9
Signed-off-by: default avatarRavikishore Pampana <rpampana@codeaurora.org>
parent f08671a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ static struct cam_iommu_cb_set iommu_cb_set;

static struct dentry *smmu_dentry;

static bool smmu_fatal_flag;
static bool smmu_fatal_flag = true;

static enum dma_data_direction cam_smmu_translate_dir(
	enum cam_smmu_map_dir dir);