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

Commit f9d021da authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera_v3: smmu: Fix variable type uses"

parents 79eea076 06f64a4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3099,7 +3099,7 @@ int cam_smmu_destroy_handle(int handle)
		cam_smmu_clean_kernel_buffer_list(idx);
	}

	if (&iommu_cb_set.cb_info[idx].is_secure) {
	if (iommu_cb_set.cb_info[idx].is_secure) {
		if (iommu_cb_set.cb_info[idx].secure_count == 0) {
			mutex_unlock(&iommu_cb_set.cb_info[idx].lock);
			return -EPERM;