commit | 09185a5999c733ec37220ad4a0baa7598a2044d2 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Tue Aug 30 12:00:25 2016 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Oct 04 15:48:02 2016 +0100 |
tree | 1668bd12ee9a970af7e8d88e6a8886af7b79cb3a | |
parent | 3526403353c2a1b94c3181f900582626d23c339b [diff] |
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>