]> Gentwo Git Trees - linux/.git/commit
irqchip/bcm2712-mip: Fix OF node reference imbalance
authorJohan Hovold <johan@kernel.org>
Mon, 13 Oct 2025 09:46:01 +0000 (11:46 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Oct 2025 09:30:37 +0000 (11:30 +0200)
commit0435bcc4e5858c632c1b6d5afa637580d9779890
treeeece393cc9817101d2f5c2704cd5d5c060effa85
parent3a8660878839faadb4f1a6dd72c3179c1df56787
irqchip/bcm2712-mip: Fix OF node reference imbalance

The init callback must not decrement the reference count of the provided
irqchip OF node.

This should not cause any trouble currently, but if the driver ever
starts probe deferring it could lead to warnings about reference
underflow and saturation.

Fixes: 32c6c054661a ("irqchip: Add Broadcom BCM2712 MSI-X interrupt controller")
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
drivers/irqchip/irq-bcm2712-mip.c