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!