diff options
author | Alexey Dobriyan <[email protected]> | 2005-06-23 22:04:37 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2005-06-24 00:06:36 -0700 |
commit | c9c12b790e1dad2e6c2a9b2e62e97297aa8dd93a (patch) | |
tree | d0ca41fa75a8a6461ee241c5cc19d2b9c723ef61 /net/lapb/lapb_timer.c | |
parent | a20758fa3238134ec9ac0a7e02446d9861dfe943 (diff) |
[PATCH] saa7134: mark little endian ptr
> - *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 <[email protected]>
Acked-by: Gerd Knorr <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions