Re: [PATCH 2/2] pinctrl: stmfx: Fix 'warn: bitwise AND condition is false here'

2019-05-13 Thread Linus Walleij
On Mon, May 13, 2019 at 9:34 AM Lee Jones wrote: > drivers/pinctrl/pinctrl-stmfx.c:441 stmfx_pinctrl_irq_set_type() warn: > bitwise AND condition is false here > > Reported-by: kbuild test robot > Signed-off-by: Lee Jones Reviewed-by: Linus Walleij Yours, Linus Walleij

[PATCH 2/2] pinctrl: stmfx: Fix 'warn: bitwise AND condition is false here'

2019-05-13 Thread Lee Jones
drivers/pinctrl/pinctrl-stmfx.c:441 stmfx_pinctrl_irq_set_type() warn: bitwise AND condition is false here Reported-by: kbuild test robot Signed-off-by: Lee Jones --- drivers/pinctrl/pinctrl-stmfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git