[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1405150148120.6261@ionos.tec.linutronix.de>
Date: Thu, 15 May 2014 01:50:30 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Chris Metcalf <cmetcalf@...era.com>
cc: LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>,
Peter Anvin <hpa@...or.com>, Tony Luck <tony.luck@...el.com>,
Peter Zijlstra <peterz@...radead.org>
Subject: Re: [patch 15/32] tile: Implement irq_alloc/free_hwirq() for
migration
On Wed, 14 May 2014, Chris Metcalf wrote:
> On 5/7/2014 11:44 AM, Thomas Gleixner wrote:
> > We want to convert the drivers over to the new interface and finally
> > tile to sparse irqs. Implement irq_alloc/free_hwirq() for step by step
> > migration.
> >
> >
> > +void irq_free_hwirq(unsigned int irq)
> > +{
> > + destroy_irq();
> > +}
>
> Should be destroy_irq(irq).
Yep. I caught that already when I exposed the series step by step to
a compiler.
Thanks,
tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists