Bluetooth: hci_bcm: Add missing acpi_dev_free_resource_list()

Caller of acpi_dev_get_resources() should free the constructed resource
list by calling the acpi_dev_free_resource_list() in order to avoid memory
leak.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
Jarkko Nikula 2015-09-30 16:26:41 +03:00 committed by Marcel Holtmann
parent 23270e160d
commit 09dbf1b784
1 changed files with 1 additions and 0 deletions

View File

@ -706,6 +706,7 @@ static int bcm_acpi_probe(struct bcm_device *dev)
return 0;
acpi_dev_get_resources(adev, &resources, bcm_resource, dev);
acpi_dev_free_resource_list(&resources);
dmi_id = dmi_first_match(bcm_wrong_irq_dmi_table);
if (dmi_id) {