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

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

Merge "soc: qcom: secure_buffer: Add missing dma_unmap_single"

parents 7165f40b 903fe10e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -119,6 +119,8 @@ static int batched_hyp_assign(struct sg_table *table, struct scm_desc *desc)

		trace_hyp_assign_batch_end(ret, ktime_us_delta(ktime_get(),
					   batch_assign_start_ts));
		dma_unmap_single(qcom_secure_buffer_dev, entries_dma_addr,
				 entries_size, DMA_TO_DEVICE);
		i++;

		if (ret) {