mfd: ucb1x00: Allow IRQ probing to work with IRQs > 32
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 30 Aug 2016 11:00:25 +0000 (12:00 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 12 Sep 2016 08:56:11 +0000 (09:56 +0100)
commit77cacbc1aa18aa18c2f4e2696ee3b21f1d7bf9e2
tree87eb4562b1b76a44b84424efca4eba77afa0412a
parent40ff5731d9c0e4115db31a54e1922deda8745277
mfd: ucb1x00: Allow IRQ probing to work with IRQs > 32

probe_irq_on() only returns non-zero if it found any interrupts below
IRQ32 which could be probe candidates.  If all the probable interrupts
are higher than 32, then this will cause a failure.  Fix this.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ucb1x00-core.c
This page took 0.024503 seconds and 5 git commands to generate.