Re: [PATCH 01/11] irqchip/bcm2712-mip: Fix OF node reference imbalance

From: Florian Fainelli

Date: Mon Oct 13 2025 - 11:56:21 EST


On 10/13/25 02:46, Johan Hovold wrote:
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")
Cc: Stanimir Varbanov <svarbanov@xxxxxxx>
Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>

Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian