lkml.org 
[lkml]   [2015]   [May]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v6 04/12] irqchip: vf610-mscm: support NVIC parent
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


\
 
 \ /
  Last update: 2015-05-15 13:01    [W:0.106 / U:0.364 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site