Re: [PATCH v2] of: irq: Report individual failures in of_irq_init()

From: Rob Herring
Date: Wed Sep 07 2022 - 11:55:08 EST


On Wed, 07 Sep 2022 14:16:29 +0200, Alexander A Sverdlin wrote:
> From: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx>
>
> New pr_err(), a copy of preceeding pr_debug(), faciliates debugging.
>
> This change was inspired by a long lasting debugging of the
> octeon_irq_init_ciu() which fails completely silently and leaves the
> interrupt controller half-way configured which in turn had very non-obvious
> effects.
>
> Signed-off-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx>
> ---
>
> Changelog:
> v2:
> * Kept existing pr_debug() on Rob's request
>
> drivers/of/irq.c | 3 +++
> 1 file changed, 3 insertions(+)
>

Applied, thanks!