Re: [PATCH 2/4] gpio/rockchip: fix get_direction value handling
From: Bartosz Golaszewski <hidden>
Date: 2021-09-22 09:46:18
Also in:
linux-gpio, linux-rockchip, lkml
From: Bartosz Golaszewski <hidden>
Date: 2021-09-22 09:46:18
Also in:
linux-gpio, linux-rockchip, lkml
On Tue, Sep 14, 2021 at 12:49 AM Heiko Stuebner [off-list ref] wrote:
The function uses the newly introduced rockchip_gpio_readl_bit()
which directly returns the actual value of the requeste bit.
So using the existing bit-wise check for the bit inside the value
will always return 0.
Fix this by dropping the bit manipulation on the result.
Fixes: 3bcbd1a85b68 ("gpio/rockchip: support next version gpio controller")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---Queued for fixes. Thanks! Bart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel