Skip to content

Commit

Permalink
ACPI: video - delete stray run-time printk
Browse files Browse the repository at this point in the history
printk("video bus notify\n");

Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Nov 14, 2007
1 parent bbac81f commit a4f0c27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a4f0c27

Please sign in to comment.