ACPI: watchdog: Put the watchdog action table after parsing
authorHanjun Guo <guohanjun@huawei.com>
Thu, 7 May 2020 09:09:14 +0000 (17:09 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 9 May 2020 09:29:17 +0000 (11:29 +0200)
commitfe4e1a576ef472f32feffca208cc3409aafff244
treeaaf8d869b7b3faf73ef47e8934836f081674bd52
parentf8690227dd892600183c2bd8fc6b6fecfef28940
ACPI: watchdog: Put the watchdog action table after parsing

The mapped watchdog action table should be released after the
successfully parsing, and the failure path in the driver
initialization.

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