platform/x86: amd-pmc: Use return code on suspend
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 7 Jul 2021 14:16:47 +0000 (09:16 -0500)
committerHans de Goede <hdegoede@redhat.com>
Wed, 14 Jul 2021 13:39:47 +0000 (15:39 +0200)
commita973c983375c37301645d4fea056b1f4bff77bf7
treec9b84ea3d285b7e11762d7a865247986423a1779
parent83cbaf14275a30f14cf558b09389a1664b173858
platform/x86: amd-pmc: Use return code on suspend

Right now the driver will still return success even if the OS_HINT
command failed to send to the SMU. In the rare event of a failure,
the suspend should really be aborted here so that relevant logs
can may be captured.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Acked-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Link: https://lore.kernel.org/r/20210707141647.8871-1-mario.limonciello@amd.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/amd-pmc.c