Commit 5e2a06489e4d4d85ca4ca20af23f213e95c2fbeb

Authored by David Miller
Committed by Jens Axboe
1 parent c9927c2bf4

SG build fix

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jens Axboe <axboe@carl.home.kernel.dk>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/sparc64/kernel/iommu_common.c
... ... @@ -234,7 +234,7 @@
234 234 dma_sg->dma_length = dent_len;
235 235  
236 236 if (dma_sg != sg) {
237   - dma_sg = next_sg(dma_sg);
  237 + dma_sg = sg_next(dma_sg);
238 238 dma_sg->dma_length = 0;
239 239 }
240 240