[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.00.0802182146020.7583@apollo.tec.linutronix.de>
Date: Mon, 18 Feb 2008 21:47:15 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: "Hennerich, Michael" <Michael.Hennerich@...log.com>
cc: mingo@...e.hu, linux-kernel@...r.kernel.org
Subject: RE: [BUG][RFC] [GENERIC IRQ] irq_chip_set_defaults shutdown /
disable
On Mon, 18 Feb 2008, Hennerich, Michael wrote:
> >From: Thomas Gleixner Montag, 18. Februar 2008 18:49
> >+static void default_shutdown(unsigned int irq)
> >+{
> >+ struct irq_desc *desc = irq_desc + irq;
> >+
> >+ desc->chip->mask(irq);
> >+ desc->status &= ~IRQ_MASKED;
Needs to be |= IRQ_MASKED of course.
Thanks, Michael for pointing it out.
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