From b1fc9484aa339c19bd57702dc88fb046702b6092 Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Mon, 23 Feb 2015 16:14:25 +0100 Subject: [PATCH] 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-format-patch failed