[PATCH v6 04/12] irqchip: vf610-mscm: support NVIC parent

Thomas Gleixner tglx at linutronix.de
Fri May 15 03:39:22 PDT 2015


On Sat, 9 May 2015, Stefan Agner wrote:
> -	irq_chip_unmask_parent(data);
> +	if (parent->chip->irq_enable)
> +		parent->chip->irq_enable(parent);
> +	else
> +		parent->chip->irq_unmask(parent);

Why are you not creating irq_chip_enable_parent() which would have
been the proper function anyway?

Thanks,

	tglx



More information about the linux-arm-kernel mailing list