ACPI: APEI: Put the HEST table for error path
authorHanjun Guo <guohanjun@huawei.com>
Thu, 7 May 2020 09:09:18 +0000 (17:09 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 9 May 2020 09:29:17 +0000 (11:29 +0200)
commit11c7bdffc7433090d3692bb99efcc580405ccac8
tree79078a1b86e258f4cccf08dfa651ecd702d99a24
parent43f595dcab30a654dc9fc643e017615e358c2c1b
ACPI: APEI: Put the HEST table for error path

hest_tab will be used after hest_init(), but we need to release
it for error path.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/apei/hest.c