Re: [PATCH v3] irqchip/renesas-rzg2l: Fix missing put_device

From: Markus Elfring
Date: Thu Oct 10 2024 - 13:55:47 EST


> rzg2l_irqc_common_init calls of_find_device_by_node, but the
> corresponding put_device call is missing.
>
> Make sure we call put_device when failing.
>
> "make coccicheck" will complain about a missing put_device before
> successfully returning from rzg2l_irqc_common_init, however, that's
> a false positive.
>
> Fixes: 3fed09559cd8 ("irqchip: Add RZ/G2L IA55 Interrupt Controller driver")

Might the application of scope-based resource management become more
interesting accordingly?

Regards,
Markus