commit | 425ab036754af08bb0dc8273efad686484c98f3c | [log] [tgz] |
---|---|---|
author | Hanjun Guo <guohanjun@huawei.com> | Wed Jul 22 17:40:40 2020 +0800 |
committer | Jassi Brar <jaswinder.singh@linaro.org> | Mon Aug 03 23:25:19 2020 -0500 |
tree | 1a952a7c1649eb85e49e7eed217103328b563406 | |
parent | c3917df54cf925754e74e48748493ac5f232a2f1 [diff] |
mailbox: pcc: Put the PCCT table for error path The acpi_get_table() should be coupled with acpi_put_table() if the mapped table is not used at runtime to release the table mapping. In acpi_pcc_probe(), the PCCT table entries will be used as private data for communication chan at runtime, but the table should be put for error path. Signed-off-by: Hanjun Guo <guohanjun@huawei.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>