]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Aug 2018 05:47:57 +0000 (07:47 +0200)
commitfa38c2df9ad83cf85bd0fedc8692bfcd4d19aefd
tree01446f0be3a159da0d9eaeeca78aaf2d89df9744
parent3bad56027a936de7fdff5a9326b401805da50544
backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction

[ Upstream commit bb084c0f61d659f0e6d371b096e0e57998f191d6 ]

The documentation was wrong, gpiod_get_direction() returns 0/1 instead
of the GPIOF_* flags. The docs were fixed with commit 94fc73094abe47
("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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/backlight/pwm_bl.c