瀏覽代碼

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>
Len Brown 17 年之前
父節點
當前提交
a4f0c2767e
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      drivers/acpi/video.c

+ 0 - 3
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;