Re: [U-Boot] [PATCH v9 44/49] rockchip: gpio: Read the GPIO value correctly

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:44, Simon Glass wrote: > This function should return 0 or 1, not a mask. Fix it. > > Signed-off-by: Simon Glass > --- > > Changes in v9: None > Changes in v2: None > > drivers/gpio/rk_gpio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-rockc

[U-Boot] [PATCH v9 44/49] rockchip: gpio: Read the GPIO value correctly

2016-01-21 Thread Simon Glass
This function should return 0 or 1, not a mask. Fix it. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None drivers/gpio/rk_gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/rk_gpio.c b/drivers/gpio/rk_gpio.c index fbdf9f3..a22e219 10064