aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/video.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2006-06-30 20:07:01 -0400
committerLen Brown <len.brown@intel.com>2006-06-30 20:07:01 -0400
commitba290ab7dace8b3339c0cc86c221d48eed21e956 (patch)
treeb2e5d1e96b2799cd13010b140ffabd43e8f04963 /drivers/acpi/video.c
parent9262e9149f346a5443300f8c451b8e7631e81a42 (diff)
parent02438d8771ae6a4b215938959827692026380bf9 (diff)
Pull kmalloc into release branch
Diffstat (limited to 'drivers/acpi/video.c')
-rw-r--r--drivers/acpi/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index 9feb633087a..1f3ffb35329 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -1450,7 +1450,7 @@ static int acpi_video_device_enumerate(struct acpi_video_bus *video)
video->attached_array = active_device_list;
video->attached_count = count;
out:
- acpi_os_free(buffer.pointer);
+ kfree(buffer.pointer);
return status;
}