Re: [PATCH 1/2] pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander

From: AngeloGioacchino Del Regno
Date: Sat Jan 09 2021 - 18:14:30 EST


Il 09/01/21 23:12, Linus Walleij ha scritto:
On Sat, Jan 9, 2021 at 6:24 PM kernel test robot <lkp@xxxxxxxxx> wrote:

> 880 gpioirq->parent_domain = NULL;

The autobuilder is complaining because your irq chip is not
hierarchical and this is only used for hierarchical irqchips.
I think you can just delete this line.

That's a development leftover. Big oops! Removed in V2 :)

Yours,
Linus Walleij