]> git.baikalelectronics.ru Git - kernel.git/commit
ata: ahci_xgene: free structure returned by acpi_get_object_info()
authorMichał Kępień <kernel@kempniu.pl>
Thu, 5 Jan 2017 14:14:01 +0000 (15:14 +0100)
committerTejun Heo <tj@kernel.org>
Fri, 6 Jan 2017 16:39:14 +0000 (11:39 -0500)
commit4c0fcee76d54af66bf8421d284bf0fab7c601c8a
treeae80f5794d62b0b8c0975201b493f429603e894f
parente925fa92842529424fd91d9e3041df7de4ced5c0
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: 55b94f7373a9 ("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>
drivers/ata/ahci_xgene.c