Al Viro 30ecce908b fix endian lossage in forcedeth
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>
2008-04-04 17:26:16 -04:00
..
2008-04-02 15:28:19 -07:00
2008-03-30 14:20:24 -07:00
2008-03-23 20:28:20 +01:00
2008-03-30 14:18:41 -07:00
2008-04-04 17:26:16 -04:00
2008-03-19 18:53:37 -07:00
2008-03-28 12:32:22 -05:00
2008-03-18 01:22:10 -04:00
2008-03-30 14:20:23 -07:00