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

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

Merge "msm: ADSPRPC: Use secure session device while freeing memory"

parents a42da003 22955502
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -490,7 +490,7 @@ static void fastrpc_mmap_free(struct fastrpc_mmap *map)
			ion_free(fl->apps->client, map->handle);
		if (sess->smmu.enabled) {
			if (map->size || map->phys)
				msm_dma_unmap_sg(fl->sctx->dev,
				msm_dma_unmap_sg(sess->dev,
					map->table->sgl,
					map->table->nents, DMA_BIDIRECTIONAL,
					map->buf);