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

Commit 1e6f32ec authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: crm: Fix cache operation failure" into dev/msm-4.9-camx

parents 9271987f ba2627e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -646,6 +646,10 @@ int cam_mem_mgr_map(struct cam_mem_mgr_map_cmd *cmd)
			CAM_SMMU_REGION_IO);
		if (rc)
			goto map_fail;
	} else {
		rc = ion_handle_get_size(tbl.client, ion_hdl, &len);
		if (rc)
			return rc;
	}

	idx = cam_mem_get_slot();