Re: [patch 14/47] genirq: Implement a sane sparse_irq allocator

From: Thomas Gleixner
Date: Fri Oct 01 2010 - 16:36:43 EST


On Thu, 30 Sep 2010, Yinghai Lu wrote:
> On 09/30/2010 04:15 PM, Thomas Gleixner wrote:
> > +static inline int
> > +irq_alloc_desc_at(unsigned int at, int node)
> > +{
> > + return irq_alloc_descs(at, 0, 1, node);
>
> need to change to
>
> return irq_alloc_descs(at, at, 1, node);

Good point. Fixed.

Thanks,

tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/