mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
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)
|
if (!iovp_shift)
|
||||||
iovp_shift = min(PAGE_SHIFT, 16);
|
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
|
* default anything not caught above or specified on cmdline to 4k
|
||||||
|
Loading…
Reference in New Issue
Block a user