powerpc/powernv: Replace OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATE
authorGavin Shan <gwshan@linux.vnet.ibm.com>
Mon, 24 Nov 2014 22:26:59 +0000 (09:26 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 26 Nov 2014 22:40:32 +0000 (09:40 +1100)
commit360d88a9e3fba596a12520b242fbab1c45b983e1
treef2fcaa7a0a1ee2a37c167c015b17914cadc60e56
parent7531473c308d133994160bf45141ced00a4f5e0f
powerpc/powernv: Replace OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATE

The flag passed to ioda_eeh_phb_reset() should be EEH_RESET_DEACTIVATE,
which is translated to OPAL_DEASSERT_RESET or something else by the
EEH backend accordingly.

The patch replaces OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATE for
ioda_eeh_phb_reset().

Cc: stable@vger.kernel.org
Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powernv/pci-ioda.c