From: Harvey Harrison Date: Wed, 19 Nov 2008 23:54:38 +0000 (-0800) Subject: net: ipg.c fix bracing on endian swapping X-Git-Tag: v2.6.28-rc6~8^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b88ed5cc884e4c28d787cf0912b8635376f16a87;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed