backlight: pwm_bl: Simplify usage of devm_gpiod_get_optional
authorAxel Lin <axel.lin@ingics.com>
Sat, 16 May 2015 14:08:10 +0000 (22:08 +0800)
committerLee Jones <lee.jones@linaro.org>
Tue, 23 Jun 2015 14:47:34 +0000 (15:47 +0100)
Since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*() functions),
the gpiod_get* functions take an additional parameter that allows to
specify direction and initial value for output.
Simplify the usage of devm_gpiod_get_optional accordingly.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/pwm_bl.c

Simple merge