From: Greg Kurz Date: Mon, 23 Feb 2015 15:14:25 +0000 (+0100) Subject: powerpc/vphn: move endianness fixing to vphn_unpack_associativity() X-Git-Tag: omap-for-v4.1/fixes-rc1~126^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1fc9484aa339c19bd57702dc88fb046702b6092;p=pandora-kernel.git powerpc/vphn: move endianness fixing to vphn_unpack_associativity() The first argument to vphn_unpack_associativity() is a const long *, but the parsing code expects __be64 values actually. Let's move the endian fixing down for consistency. Signed-off-by: Greg Kurz Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed