Searched hist:de2518201e526f4491e5856b9818f5c18684a6a7 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | ahci_xgene.c | diff de2518201e526f4491e5856b9818f5c18684a6a7 Thu Jan 05 08:14:01 CST 2017 Michał Kępień <kernel@kempniu.pl> ata: ahci_xgene: free structure returned by acpi_get_object_info()
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ń <kernel@kempniu.pl> Signed-off-by: Tejun Heo <tj@kernel.org>
|