mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
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>
This commit is contained in:
parent
bbac81f548
commit
a4f0c2767e
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue