KVM: arm64: vgic-its: Generalize use of vgic_get_irq_kref
authorMarc Zyngier <marc.zyngier@arm.com>
Sun, 17 Jul 2016 10:27:23 +0000 (11:27 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 18 Jul 2016 17:15:16 +0000 (18:15 +0100)
commitd97594e6bc1b4aaad3ccae3ef678513b63dd5221
tree921513cb42ad71bfb73eb1652d4158e3492f60df
parent8c828a535e29f50282f1a49a52c3b20ccaa039aa
KVM: arm64: vgic-its: Generalize use of vgic_get_irq_kref

Instead of sprinkling raw kref_get() calls everytime we cannot
do a normal vgic_get_irq(), use the existing vgic_get_irq_kref(),
which does the same thing and is paired with a vgic_put_irq().

vgic_get_irq_kref is moved to vgic.h in order to be easily shared.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/vgic/vgic-its.c
virt/kvm/arm/vgic/vgic.c
virt/kvm/arm/vgic/vgic.h