projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec7381d
)
ACPI: ia64 buildfix
author
Len Brown
<len.brown@intel.com>
Sun, 2 Apr 2006 04:45:39 +0000
(23:45 -0500)
committer
Len Brown
<len.brown@intel.com>
Sun, 2 Apr 2006 04:45:39 +0000
(23:45 -0500)
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/char/agp/hp-agp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/agp/hp-agp.c
b/drivers/char/agp/hp-agp.c
index 8c4c6ef748ecea4358ea4ed5efac137003c1f714..907fb66ec4a98f12212b181099e39700eb797513 100644
(file)
--- a/
drivers/char/agp/hp-agp.c
+++ b/
drivers/char/agp/hp-agp.c
@@
-497,7
+497,7
@@
zx1_gart_probe (acpi_handle obj, u32 depth, void *context, void **ret)
info = buffer.pointer;
info->hardware_id.value[sizeof(info->hardware_id)-1] = '\0';
match = (strcmp(info->hardware_id.value, "HWP0001") == 0);
-
ACPI_MEM_FREE
(info);
+
kfree
(info);
if (match) {
status = hp_acpi_csr_space(handle, &sba_hpa, &length);
if (ACPI_SUCCESS(status))