powerpc/powernv: Fix OPAL LPC access in Little Endian
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Dec 2013 04:56:06 +0000 (15:56 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Dec 2013 04:55:15 +0000 (15:55 +1100)
We are passing pointers to the firmware for reads, we need to properly
convert the result as OPAL is always BE.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found