]> git.baikalelectronics.ru Git - kernel.git/commit
backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 14 Jan 2018 21:07:10 +0000 (22:07 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 30 Apr 2018 09:50:44 +0000 (10:50 +0100)
commit6649e04bc4cbfc8cacff2d71d9611225418261d9
tree43c07d484a7e932350c5224758a90ec87bf078c6
parent47f21085b40651949d9ed1497f88ff6a6cb09765
backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction

The documentation was wrong, gpiod_get_direction() returns 0/1 instead
of the GPIOF_* flags. The docs were fixed with commit e08200458645b2
("gpio: correct docs about return value of gpiod_get_direction"). Now,
fix this user (until a better, system-wide solution is in place).

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/pwm_bl.c