Skip to content
Commit d86e9af6 authored by Andrew Lunn's avatar Andrew Lunn Committed by Jason Cooper
Browse files

irqchip: orion: Fix getting generic chip pointer.



Enabling SPARSE_IRQ shows up a bug in the irq-orion bridge interrupt
handler. The bridge interrupt is implemented using a single generic
chip. Thus the parameter passed to irq_get_domain_generic_chip()
should always be zero.

Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Acked-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Fixes: 9dbd90f1

 ("irqchip: Add support for Marvell Orion SoCs")
Cc: <stable@vger.kernel.org> # v3.11+
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent e0318ec3
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