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

Commit 5e2a0648 authored by David Miller's avatar David Miller Committed by Jens Axboe
Browse files

SG build fix

parent c9927c2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ unsigned long prepare_sg(struct scatterlist *sg, int nents)
	dma_sg->dma_length = dent_len;

	if (dma_sg != sg) {
		dma_sg = next_sg(dma_sg);
		dma_sg = sg_next(dma_sg);
		dma_sg->dma_length = 0;
	}