platform/x86: amd-pmc: uninitialized variable in amd_pmc_s2d_init()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 7 Mar 2022 14:18:32 +0000 (17:18 +0300)
committerHans de Goede <hdegoede@redhat.com>
Tue, 8 Mar 2022 15:33:30 +0000 (16:33 +0100)
commitd713b8d2aa03454e676fbf453b1231c43033c33d
treeb4ac5f524ab9646f2bf802691839d04a44d86784
parentf2a6c7e7474001842a4adaf042d12206c27fc391
platform/x86: amd-pmc: uninitialized variable in amd_pmc_s2d_init()

The "size" variable can be uninitialized if amd_pmc_send_cmd() fails.

Fixes: 3d7d407dfb05 ("platform/x86: amd-pmc: Add support for AMD Spill to DRAM STB feature")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20220307141832.GA19660@kili
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/amd-pmc.c