diff options
author | Len Brown <len.brown@intel.com> | 2007-11-14 12:49:13 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-11-14 12:49:13 -0500 |
commit | a4f0c2767e9c55123d7dad7176554e9d6e6056bc (patch) | |
tree | ac41b19ec62cf5fcd14dfc838179f65602abfdb6 /drivers/acpi/video.c | |
parent | bbac81f5487175e4bd5602a80c17689d8f82a63e (diff) |
ACPI: video - delete stray run-time printk
printk("video bus notify\n");
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/video.c')
-rw-r--r-- | drivers/acpi/video.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index d54c83d70532..dce0a6e47f5a 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c | |||
@@ -1780,9 +1780,6 @@ static void acpi_video_bus_notify(acpi_handle handle, u32 event, void *data) | |||
1780 | struct input_dev *input; | 1780 | struct input_dev *input; |
1781 | int keycode; | 1781 | int keycode; |
1782 | 1782 | ||
1783 | |||
1784 | printk("video bus notify\n"); | ||
1785 | |||
1786 | if (!video) | 1783 | if (!video) |
1787 | return; | 1784 | return; |
1788 | 1785 | ||