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

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

Merge "msm: vidc: Do not call cache operations during map"

parents 30c74f58 8cec9b83
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -363,13 +363,6 @@ static struct msm_smem *map_buffer(struct msm_vidc_inst *inst,
			"%s: Failed to get device buffer address\n", __func__);
		return NULL;
	}
	if (msm_comm_smem_cache_operations(inst, handle,
			SMEM_CACHE_CLEAN))
		dprintk(VIDC_WARN,
			"CACHE Clean failed: %d, %d, %d\n",
				p->reserved[0],
				p->reserved[1],
				p->length);
	return handle;
}