]> Git Repo - linux.git/commitdiff
[PATCH] acpi: remove "video device notify" message
authorJeff Chua <[email protected]>
Tue, 23 Jan 2007 04:40:50 +0000 (20:40 -0800)
committerLinus Torvalds <[email protected]>
Tue, 23 Jan 2007 15:52:07 +0000 (07:52 -0800)
Seems to be some left-over debug code.

Cc: Len Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/acpi/video.c

index 36b37d755dbcc01339a29ced4c2f1b6516d27dbe..3d54680d0333c34464b1df9e5fe2631b63050079 100644 (file)
@@ -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;
 
This page took 0.054569 seconds and 4 git commands to generate.