aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/acpi-ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/kernel/acpi-ext.c')
-rw-r--r--arch/ia64/kernel/acpi-ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/acpi-ext.c b/arch/ia64/kernel/acpi-ext.c
index fff82929d225..ccd016537fe9 100644
--- a/arch/ia64/kernel/acpi-ext.c
+++ b/arch/ia64/kernel/acpi-ext.c
@@ -51,7 +51,7 @@ static acpi_status hp_ccsr_locate(acpi_handle obj, u64 *base, u64 *length)
51 memcpy(length, vendor->byte_data + 8, sizeof(*length)); 51 memcpy(length, vendor->byte_data + 8, sizeof(*length));
52 52
53 exit: 53 exit:
54 acpi_os_free(buffer.pointer); 54 kfree(buffer.pointer);
55 return status; 55 return status;
56} 56}
57 57