mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-16 01:24:08 +08:00
ARM: pxa: magician: Add debug message for backlight brightness function
Add a debug message for the backlight brightness function. Signed-off-by: Petr Cvek <petr.cvek@tul.cz> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
This commit is contained in:
parent
d8ba1c17fb
commit
539122ad34
@ -358,6 +358,7 @@ static int magician_backlight_init(struct device *dev)
|
||||
|
||||
static int magician_backlight_notify(struct device *dev, int brightness)
|
||||
{
|
||||
pr_debug("Brightness = %i\n", brightness);
|
||||
gpio_set_value(EGPIO_MAGICIAN_BL_POWER, brightness);
|
||||
if (brightness >= 200) {
|
||||
gpio_set_value(EGPIO_MAGICIAN_BL_POWER2, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user