ACPI: ia64 buildfix
arch/ia64/hp/common/sba_iommu.c used ACPI_MEM_FREE instead of kfree() Signed-off-by: Len Brown <len.brown@intel.com
This commit is contained in:
parent
7f048801f4
commit
144c87b4e0
|
@ -1999,7 +1999,7 @@ acpi_sba_ioc_add(struct acpi_device *device)
|
|||
if (!iovp_shift)
|
||||
iovp_shift = min(PAGE_SHIFT, 16);
|
||||
}
|
||||
ACPI_MEM_FREE(dev_info);
|
||||
kfree(dev_info);
|
||||
|
||||
/*
|
||||
* default anything not caught above or specified on cmdline to 4k
|
||||
|
|
Loading…
Reference in New Issue