diff options
author | Jeff Chua <jeff.chua.linux@gmail.com> | 2007-01-22 20:40:50 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-01-23 07:52:07 -0800 |
commit | 3a7122923e87fc5cdf8affa1845924a0def4657d (patch) | |
tree | 003128a7e57f8b4323a3869a0a3d318f866e8d7e | |
parent | ee8bb9eae66d3d5558b685f71b52bd8bc4ba5a62 (diff) |
[PATCH] acpi: remove "video device notify" message
Seems to be some left-over debug code.
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/acpi/video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 36b37d755dbc..3d54680d0333 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c @@ -1677,8 +1677,6 @@ static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data) struct acpi_video_device *video_device = data; struct acpi_device *device = NULL; - - printk("video device notify\n"); if (!video_device) return; |