]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd()
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 15 Jul 2021 07:43:27 +0000 (15:43 +0800)
committerHans de Goede <hdegoede@redhat.com>
Thu, 15 Jul 2021 08:27:20 +0000 (10:27 +0200)
commit49c208078424aa64e50d6f42c4f14d4e3effa7bc
tree58334fa61e4612bebc9163fe6d861920190f6423
parente17874791aa0357a7476cb4754fb11338aa6246f
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: 632e7779f9e8 ("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>
drivers/platform/x86/amd-pmc.c