From: FUJITA Tomonori Date: Wed, 27 May 2009 00:43:01 +0000 (+0900) Subject: dma-debug: use sg_dma_address accessor instead of using dma_address directly X-Git-Tag: v2.6.31-rc1~408^2~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15aedea439c4d7dbec17c99b5e1594c01b979833;p=pandora-kernel.git dma-debug: use sg_dma_address accessor instead of using dma_address directly Architectures might not have dma_address in struct scatterlist (PARISC doesn't). Directly accessing to dma_address in struct scatterlist is wrong; we need to use sg_dma_address() accesssor instead. Signed-off-by: FUJITA Tomonori Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed