diff options
author | Len Brown <len.brown@intel.com> | 2007-11-14 20:49:13 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-11-14 20:49:13 +0300 |
commit | a4f0c2767e9c55123d7dad7176554e9d6e6056bc (patch) | |
tree | ac41b19ec62cf5fcd14dfc838179f65602abfdb6 /drivers/acpi/video.c | |
parent | bbac81f5487175e4bd5602a80c17689d8f82a63e (diff) | |
download | linux-a4f0c2767e9c55123d7dad7176554e9d6e6056bc.tar.xz |
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) struct input_dev *input; int keycode; - - printk("video bus notify\n"); - if (!video) return; |