Re: [PATCH 07/26] Input: synaptics-rmi4 - f11: fix bitmap irq check

2015-11-09 Thread Linus Walleij
On Fri, Nov 6, 2015 at 12:38 AM, Andrew Duggan wrote: > From: Benjamin Tissoires > > num_irq_regs is the count of registers of 1 bytes that we use to check > the irqs. bitmap_and() expects the number of bits. > > Signed-off-by: Benjamin Tissoires > Tested-by: Andrew Duggan Acked-by: Linus Wal

[PATCH 07/26] Input: synaptics-rmi4 - f11: fix bitmap irq check

2015-11-05 Thread Andrew Duggan
From: Benjamin Tissoires num_irq_regs is the count of registers of 1 bytes that we use to check the irqs. bitmap_and() expects the number of bits. Signed-off-by: Benjamin Tissoires Tested-by: Andrew Duggan --- drivers/input/rmi4/rmi_f11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions