Re: [PATCH] ata: ahci_xgene: free structure returned by acpi_get_object_info()
From: Tejun Heo <tj@kernel.org>
Date: 2017-01-06 16:40:00
Also in:
lkml
From: Tejun Heo <tj@kernel.org>
Date: 2017-01-06 16:40:00
Also in:
lkml
On Thu, Jan 05, 2017 at 03:14:01PM +0100, Michał Kępień wrote:
acpi_get_object_info() allocates the returned structure, which the
caller has to free when the call succeeds. Free it when appropriate.
Fixes: c9802a4be661 ("ata: ahci_xgene: Add AHCI Support for 2nd HW version of APM X-Gene SoC AHCI SATA Host controller.")
Signed-off-by: Michał Kępień <redacted>Applied to libata/for-4.11. Thanks. -- tejun