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:
e946b20
)
ion: convert sg_dma_len(sg) to sg->length
author
Colin Cross
<ccross@android.com>
Fri, 13 Dec 2013 22:25:02 +0000
(14:25 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 14 Dec 2013 16:57:18 +0000
(08:57 -0800)
ion is always dealing with the allocation and not the mapping,
so it should always be using sg->length and not sg->dma_length.
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found