projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbac81f
)
ACPI: video - delete stray run-time printk
author
Len Brown
<len.brown@intel.com>
Wed, 14 Nov 2007 17:49:13 +0000
(12:49 -0500)
committer
Len Brown
<len.brown@intel.com>
Wed, 14 Nov 2007 17:49:13 +0000
(12:49 -0500)
printk("video bus notify\n");
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/video.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/video.c
b/drivers/acpi/video.c
index d54c83d70532476010e4781df1c1ca0eea6ee89b..dce0a6e47f5ac34d3ce33e07ca7d17fe6cd9bed8 100644
(file)
--- 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;