git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed888ae
)
dma-debug: use sg_dma_address accessor instead of using dma_address directly
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Wed, 27 May 2009 00:43:01 +0000
(09:43 +0900)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Fri, 29 May 2009 12:26:42 +0000
(14:26 +0200)
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 <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
No differences found