]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
unicore32: Initialize PWM backlight enable_gpio field
authorThierry Reding <treding@nvidia.com>
Fri, 30 Aug 2013 11:30:32 +0000 (13:30 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 16 Oct 2013 07:20:08 +0000 (09:20 +0200)
The GPIO API defines 0 as being a valid GPIO number, so this field needs
to be initialized explicitly.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/unicore32/kernel/puv3-nb0916.c

index 181108b8ecce766d0102b9e12ac070e6510337b0..0c6618e7189782674af77f9130ede7b3c71d39e6 100644 (file)
@@ -54,6 +54,7 @@ static struct platform_pwm_backlight_data nb0916_backlight_data = {
        .max_brightness = 100,
        .dft_brightness = 100,
        .pwm_period_ns  = 70 * 1024,
+       .enable_gpio    = -1,
 };
 
 static struct gpio_keys_button nb0916_gpio_keys[] = {