powerpc/pseries/mobility: use rtas_activate_firmware() on resume
authorNathan Lynch <nathanl@linux.ibm.com>
Mon, 7 Dec 2020 21:51:42 +0000 (15:51 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Dec 2020 10:40:56 +0000 (21:40 +1100)
commitc3ae9781d5a64093f161e6cc5dfefb0773106ca9
tree8f63553732ba0eb2f505464b2eff1abdf6d56a03
parent2d5be6f16c4ba5c27d06704976daf55f3236a236
powerpc/pseries/mobility: use rtas_activate_firmware() on resume

It's incorrect to abort post-suspend processing if
ibm,activate-firmware isn't available. Use rtas_activate_firmware(),
which logs this condition appropriately and allows us to proceed.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201207215200.1785968-11-nathanl@linux.ibm.com
arch/powerpc/platforms/pseries/mobility.c