From: Al Viro Date: Sun, 14 Oct 2007 18:41:29 +0000 (+0100) Subject: ipg: endianness fixes X-Git-Tag: v2.6.24-rc1~1301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=325a80715f6dba4b12479f8bb011d96093a47374;p=pandora-kernel.git ipg: endianness fixes if your mask is host-endian, you should apply it after le64_to_cpu(); if it's little-endian - before. Doing both (for the same mask and little-endian value) is broken. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed