ACPI: video: remove dmesg spam
authorMaik Broemme <mbroemme@plusserver.de>
Fri, 14 Sep 2007 20:12:34 +0000 (22:12 +0200)
committerLen Brown <len.brown@intel.com>
Tue, 18 Sep 2007 17:45:20 +0000 (13:45 -0400)
i am actually heavily using the ACPI video extension for my Thinkpad X61
Tablet. I have bound the input events triggered by the brightness
up/down keys to a simple

echo <value> > /sys/class/backlight/acpi_video1/brightness

but everytime the event is triggered and acpi_video_device_lcd_set_level()
is called i got a notificication in my kernel log like:

set_level status: 0
set_level status: 0
set_level status: 0
set_level status: 0
...

Signed-off-by: Maik Broemme <mbroemme@plusserver.de>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found