From: Al Viro Date: Mon, 29 Oct 2007 05:08:48 +0000 (+0000) Subject: arcmsr: endianness bug X-Git-Tag: v2.6.24-rc2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7d26d58a0f61cffddc8839067dfad10413b852;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed