irqchip: gicv3-its: Fix domain free in multi-MSI case
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 12 Dec 2014 10:51:22 +0000 (10:51 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 13 Dec 2014 12:41:06 +0000 (13:41 +0100)
commit2da399495fdbd147fa8c4c849fdcc01dad887f70
treeb128e1485ed295c86ca3e776ed027969f909395a
parentdf870c78848aac4d953f61a8926a792de8133b9e
irqchip: gicv3-its: Fix domain free in multi-MSI case

Fix stupid thinko on the path freeing the interrupts, where only
the first interrupt would get reset, and none of the others.

This should only affect multi-MSI allocations.

Reported-by: Wuyun Wu (Abel) <wuyun.wu@huawei.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Robert Richter <robert.richter@caviumnetworks.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/irq-gic-v3-its.c