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:
de339c2
)
net: ipg.c fix bracing on endian swapping
author
Harvey Harrison
<harvey.harrison@gmail.com>
Wed, 19 Nov 2008 23:54:38 +0000
(15:54 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 Nov 2008 23:54:38 +0000
(15:54 -0800)
rxfd->frag_info is a __le64, IPG_RFI_FRAGLEN is a cpu-endian
constant and wants to be outside of the le64_to_cpu. Fixed
in multiple places.
Also an occurrence where le64_to_cpu was used instead of cpu_to_le64
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found