fix endian lossage in forcedeth
authorAl Viro <viro@ZenIV.linux.org.uk>
Wed, 26 Mar 2008 05:57:12 +0000 (05:57 +0000)
committerJeff Garzik <jeff@garzik.org>
Fri, 4 Apr 2008 21:26:16 +0000 (17:26 -0400)
a) if you initialize something with le32_to_cpu(...), then |= it
with host-endian and feed to cpu_to_le32(), it's most definitely
*not* __le32.  As sparse would've told you...

b) the whole sequence is |= cpu_to_le32(host-endian constant)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found