commit | 6a7d26d58a0f61cffddc8839067dfad10413b852 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Mon Oct 29 05:08:48 2007 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Oct 29 07:41:33 2007 -0700 |
tree | 7b0263cfd27c0b436fddb5f0f5c7b296ba798dab | |
parent | 80da1adbbf8805bc1a5d287ab171463710b7d92e [diff] |
arcmsr: endianness bug initializing a field in data shared with the card with cpu_to_le32(something) | 0x100000 is broken - the field is, indeed, little-endian and we need cpu_to_le32() on both parts. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>