powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()
authorGavin Shan <gwshan@linux.vnet.ibm.com>
Tue, 2 Aug 2016 04:10:32 +0000 (14:10 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Oct 2016 07:01:28 +0000 (03:01 -0400)
commit8f7929ce0c85c9a77b4845b992920e4f800264c8
tree7898452b4ec3bc746ff7f8d3154a760523494927
parent450a3ad8669572523e8e08d1dba993a2ab013301
powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()

commit 5adaf8629b193f185ca5a1665b9e777a0579f518 upstream.

This fixes the warnings reported from sparse:

  pci.c:312:33: warning: restricted __be64 degrades to integer
  pci.c:313:33: warning: restricted __be64 degrades to integer

Fixes: cee72d5bb489 ("powerpc/powernv: Display diag data on p7ioc EEH errors")
Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/platforms/powernv/pci.c