On Thu, Oct 24, 2019 at 05:33:43PM +0300, Andy Shevchenko wrote: > After commit aee0f04d5f3b ("pinctrl: intel: baytrail: Pass irqchip > when adding gpiochip") the GPIO IRQ chip structure is being initialized under > conditional when IRQ resource has been discovered. But that commit left aside > the assignment of ->init_valid_mask() callback that is done unconditionally. > > For sake of consistency and preventing some garbage in GPIO IRQ chip structure > group initialization together. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Acked-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>