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

Commit bc78ccd7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: adsprpc: Create DSP mapping on basis of size for static flags"

parents e62670f9 b3ddb39f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4739,7 +4739,7 @@ static int fastrpc_internal_mem_map(struct fastrpc_file *fl,

	/* create DSP mapping */
	VERIFY(err, !(err = fastrpc_mem_map_to_dsp(fl, ud->m.fd, ud->m.offset,
		ud->m.flags, map->va, map->phys, ud->m.length, &map->raddr)));
		ud->m.flags, map->va, map->phys, map->size, &map->raddr)));
	if (err)
		goto bail;
	ud->m.vaddrout = map->raddr;