commit | c3ae9781d5a64093f161e6cc5dfefb0773106ca9 | [log] [tgz] |
---|---|---|
author | Nathan Lynch <nathanl@linux.ibm.com> | Mon Dec 07 15:51:42 2020 -0600 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Dec 08 21:40:56 2020 +1100 |
tree | 8f63553732ba0eb2f505464b2eff1abdf6d56a03 | |
parent | 2d5be6f16c4ba5c27d06704976daf55f3236a236 [diff] |
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