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

Commit 8512698b 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: Remove scatterlist validation"

parents 88203cbc dcd264cf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -253,9 +253,6 @@ static int alloc_mem(struct fastrpc_buf *buf)
			goto bail;
	} else {
		VERIFY(err, 0 != (sg = ion_sg_table(clnt, buf->handle)));
		if (err)
			goto bail;
		VERIFY(err, 1 == sg->nents);
		if (err)
			goto bail;
		buf->phys = sg_dma_address(sg->sgl);