[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20071023.164814.39161306.davem@davemloft.net>
Date: Tue, 23 Oct 2007 16:48:14 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jens.axboe@...cle.com
CC: linux-kernel@...r.kernel.org
Subject: [SPARC64]: SG build fix.
Jens could you queue up this obvious typo build fix
for me?
Thanks!
Signed-off-by: David S. Miller <davem@...emloft.net>
diff --git a/arch/sparc64/kernel/iommu_common.c b/arch/sparc64/kernel/iommu_common.c
index b70324e..efd5dff 100644
--- a/arch/sparc64/kernel/iommu_common.c
+++ b/arch/sparc64/kernel/iommu_common.c
@@ -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;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists