Skip to content
Commit 09185a59 authored by Russell King's avatar Russell King Committed by Lee Jones
Browse files

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: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 35264033
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment