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:
a20758f
)
[PATCH] saa7134: mark little endian ptr
author
Alexey Dobriyan
<adobriyan@gmail.com>
Fri, 24 Jun 2005 05:04:37 +0000
(22:04 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 24 Jun 2005 07:06:36 +0000
(
00:06
-0700)
> - *ptr = sg_dma_address(list) - list->offset;
> + *ptr = cpu_to_le32(sg_dma_address(list) - list->offset);
Clearly mark pointers to little-endian things.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Gerd Knorr <kraxel@bytesex.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found