Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a4f0c2767e9c55123d7dad7176554e9d6e6056bc
Commit:     a4f0c2767e9c55123d7dad7176554e9d6e6056bc
Parent:     bbac81f5487175e4bd5602a80c17689d8f82a63e
Author:     Len Brown <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 14 12:49:13 2007 -0500
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Wed Nov 14 12:49:13 2007 -0500

    ACPI: video - delete stray run-time printk
    
    printk("video bus notify\n");
    
    Acked-by: Zhang Rui <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 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 d54c83d..dce0a6e 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;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to