Skip to content

Commit

Permalink
ACPI: ia64 buildfix
Browse files Browse the repository at this point in the history
arch/ia64/hp/common/sba_iommu.c used ACPI_MEM_FREE instead of kfree()

Signed-off-by: Len Brown <len.brown@intel.com
  • Loading branch information
Len Brown committed Apr 2, 2006
1 parent 7f04880 commit 144c87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/hp/common/sba_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 144c87b

Please sign in to comment.