commit | b88ed5cc884e4c28d787cf0912b8635376f16a87 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Nov 19 15:54:38 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 19 15:54:38 2008 -0800 |
tree | e2668a2e0c8565145a8f43139b5f407be2f29968 | |
parent | de339c2aa7fea18410b1abeab5674bfbd4073a63 [diff] |
net: ipg.c fix bracing on endian swapping 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>