Skip to content

Commit

Permalink
[PATCH] acpi: remove "video device notify" message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Chua authored and Linus Torvalds committed Jan 23, 2007
1 parent ee8bb9e commit 3a71229
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3a71229

Please sign in to comment.