platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd`
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 20 Oct 2021 16:29:45 +0000 (11:29 -0500)
committerHans de Goede <hdegoede@redhat.com>
Thu, 21 Oct 2021 18:36:02 +0000 (20:36 +0200)
commit4c9dbf8622797eee44e9a4f7327d3d04aa4d1d5f
tree36423f70c4343c91e1ae724fff5352141f08ade0
parent86af1d02d458379ae53031fabad560f10f8bdadd
platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd`

Currently the "argument" for the "message" is listed as a boolean
value.  This works well for the commands used currently, but an
additional upcoming command will pass more data in the message.

Expand it to be a full 32 bit value.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20211020162946.10537-1-mario.limonciello@amd.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/amd-pmc.c