powerpc/powernv: Fix endian issue in opal_xscom_read
authorAnton Blanchard <anton@samba.org>
Fri, 13 Dec 2013 04:53:43 +0000 (15:53 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Dec 2013 04:53:59 +0000 (15:53 +1100)
opal_xscom_read uses a pointer to return the data so we need
to byteswap it on LE builds.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found