ACPI: EC: Put the ACPI table after using it
authorHanjun Guo <guohanjun@huawei.com>
Thu, 7 May 2020 09:09:19 +0000 (17:09 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 9 May 2020 09:29:17 +0000 (11:29 +0200)
commitf900bf4951a2f52ce76b35455827221906090dfb
tree94fbb83a9fd40bc4fae0647346f82acb2f8aa6b4
parent11c7bdffc7433090d3692bb99efcc580405ccac8
ACPI: EC: Put the ACPI table after using it

The embedded controller boot resources table needs to be
released after using it.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
[ rjw: avoid adding a label in acpi_ec_ecdt_start() ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ec.c