commit | 95edbbf78c3bdbd1daa921dd4a2e61c751e469ba | [log] [tgz] |
---|---|---|
author | Yang Yingliang <yangyingliang@huawei.com> | Thu Jul 15 15:43:27 2021 +0800 |
committer | Hans de Goede <hdegoede@redhat.com> | Thu Jul 15 10:27:20 2021 +0200 |
tree | 58334fa61e4612bebc9163fe6d861920190f6423 | |
parent | 23e9592b06b43cea4d6799843795beca13437907 [diff] |
platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() Add the missing unlock before return from function amd_pmc_send_cmd() in the error handling case. Fixes: 95e1b60f8dc8 ("platform/x86: amd-pmc: Fix command completion code") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Link: https://lore.kernel.org/r/20210715074327.1966083-1-yangyingliang@huawei.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>