]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2db0931042c4c1359b43ca63142dd93cb031ade8
tree8aea93f7163c652a3b485bc91e14bd7fd1a6be93
parentb9eba2c826831956d5c913f12afcb7ecef34e04b
backlight: pwm_bl: Simplify usage of devm_gpiod_get_optional

Since 5767dae43dee (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