diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-11-19 15:54:38 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-19 15:54:38 -0800 |
commit | b88ed5cc884e4c28d787cf0912b8635376f16a87 (patch) | |
tree | e2668a2e0c8565145a8f43139b5f407be2f29968 /drivers/cpuidle | |
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>
Diffstat (limited to 'drivers/cpuidle')
0 files changed, 0 insertions, 0 deletions