提交 611c86c6 编写于 作者: T Thierry Reding 提交者: Thierry Reding

unicore32: Initialize PWM backlight enable_gpio field

The GPIO API defines 0 as being a valid GPIO number, so this field needs
to be initialized explicitly.
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 bf4d252a
...@@ -54,6 +54,7 @@ static struct platform_pwm_backlight_data nb0916_backlight_data = { ...@@ -54,6 +54,7 @@ static struct platform_pwm_backlight_data nb0916_backlight_data = {
.max_brightness = 100, .max_brightness = 100,
.dft_brightness = 100, .dft_brightness = 100,
.pwm_period_ns = 70 * 1024, .pwm_period_ns = 70 * 1024,
.enable_gpio = -1,
}; };
static struct gpio_keys_button nb0916_gpio_keys[] = { static struct gpio_keys_button nb0916_gpio_keys[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册