Pull acpi_device_handle_cleanup into release branch
[pandora-kernel.git] / drivers / acpi / video.c
index 7459ca5..56666a9 100644 (file)
@@ -1446,7 +1446,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;
 }